Skip to content

Commit f28eb1b

Browse files
😒 chore: Fix broken links, badges, and dependencies.
1 parent 510e85d commit f28eb1b

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33

44
Graphs and networks code bricks for JavaScript.
55
Parents are
6-
[@aureooms/js-algorithms](https://github.com/aureooms/js-algorithms)
6+
[@aureooms/js-algorithms](https://github.com/make-github-pseudonymous-again/js-algorithms)
77
and
8-
[@aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
8+
[@aureooms/js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures).
99

10-
[![License](https://img.shields.io/github/license/aureooms/js-gn.svg)](https://raw.githubusercontent.com/aureooms/js-gn/master/LICENSE)
10+
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-gn.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-gn/master/LICENSE)
1111
[![Version](https://img.shields.io/npm/v/@aureooms/js-gn.svg)](https://www.npmjs.org/package/@aureooms/js-gn)
12-
[![Build](https://img.shields.io/travis/aureooms/js-gn/master.svg)](https://travis-ci.org/aureooms/js-gn/branches)
13-
[![Dependencies](https://img.shields.io/david/aureooms/js-gn.svg)](https://david-dm.org/aureooms/js-gn)
14-
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-gn.svg)](https://david-dm.org/aureooms/js-gn?type=dev)
15-
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-gn.svg)](https://github.com/aureooms/js-gn/issues)
12+
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-gn/master.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-gn/branches)
13+
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-gn.svg)](https://david-dm.org/make-github-pseudonymous-again/js-gn)
14+
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-gn.svg)](https://david-dm.org/make-github-pseudonymous-again/js-gn?type=dev)
15+
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-gn.svg)](https://github.com/make-github-pseudonymous-again/js-gn/issues)
1616
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-gn.svg)](https://www.npmjs.org/package/@aureooms/js-gn)
1717

18-
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-gn.svg)](https://codeclimate.com/github/aureooms/js-gn/issues)
19-
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-gn.svg)](https://codeclimate.com/github/aureooms/js-gn/trends/churn)
20-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-gn/master.svg)](https://codecov.io/gh/aureooms/js-gn)
21-
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-gn.svg)](https://codeclimate.com/github/aureooms/js-gn/trends/technical_debt)
18+
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-gn.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-gn/issues)
19+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-gn.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-gn/trends/churn)
20+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-gn/master.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-gn)
21+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-gn.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-gn/trends/technical_debt)
2222
[![Documentation](https://make-github-pseudonymous-again.github.io/js-gn/badge.svg)](https://make-github-pseudonymous-again.github.io/js-gn/source.html)
2323
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-gn)](https://bundlephobia.com/result?p=@aureooms/js-gn)

doc/manual/example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Examples
22

3-
> More examples in [the test files](https://github.com/aureooms/js-gn/tree/master/test/src).
3+
> More examples in [the test files](https://github.com/make-github-pseudonymous-again/js-gn/tree/master/test/src).

doc/scripts/header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ domReady(function(){
2020
header.insertBefore(projectname,header.firstChild);
2121

2222
var testlink = document.querySelector('header > a[data-ice="testLink"]') ;
23-
testlink.href = 'https://coveralls.io/github/aureooms/js-gn' ;
23+
testlink.href = 'https://coveralls.io/github/make-github-pseudonymous-again/js-gn' ;
2424
testlink.target = '_BLANK' ;
2525

2626
var searchBox = document.querySelector('.search-box');

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474
},
7575
"bugs": {
76-
"url": "https://github.com/aureooms/js-gn/issues"
76+
"url": "https://github.com/make-github-pseudonymous-again/js-gn/issues"
7777
},
7878
"dependencies": {},
7979
"devDependencies": {
@@ -117,7 +117,7 @@
117117
"main": "lib/index.js",
118118
"repository": {
119119
"type": "git",
120-
"url": "https://github.com/aureooms/js-gn.git"
120+
"url": "https://github.com/make-github-pseudonymous-again/js-gn.git"
121121
},
122122
"scripts": {
123123
"build": "babel --delete-dir-on-start --env-name production src -d lib",

0 commit comments

Comments
 (0)