Skip to content

Commit bc05ec6

Browse files
😒 chore: Fix broken links, badges, and dependencies.
1 parent 513dceb commit bc05ec6

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33

44
Merging library for JavaScript.
55
See [docs](https://make-github-pseudonymous-again.github.io/js-merging).
6-
Parent is [@aureooms/js-sort](https://github.com/aureooms/js-sort).
6+
Parent is [@aureooms/js-sort](https://github.com/make-github-pseudonymous-again/js-sort).
77

88
```js
99
merging.iterables( compare.increasing , count( 0 , 2 ) , count( 1 , 3 ) ) ;
1010
// 0 1 2 4 4 6 7 8 10 10 ...
1111
```
1212

13-
[![License](https://img.shields.io/github/license/aureooms/js-merging.svg)](https://raw.githubusercontent.com/aureooms/js-merging/main/LICENSE)
13+
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-merging.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-merging/main/LICENSE)
1414
[![Version](https://img.shields.io/npm/v/@aureooms/js-merging.svg)](https://www.npmjs.org/package/@aureooms/js-merging)
15-
[![Build](https://img.shields.io/travis/aureooms/js-merging/main.svg)](https://travis-ci.org/aureooms/js-merging/branches)
16-
[![Dependencies](https://img.shields.io/david/aureooms/js-merging.svg)](https://david-dm.org/aureooms/js-merging)
17-
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-merging.svg)](https://david-dm.org/aureooms/js-merging?type=dev)
18-
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-merging.svg)](https://github.com/aureooms/js-merging/issues)
15+
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-merging/main.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-merging/branches)
16+
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-merging.svg)](https://david-dm.org/make-github-pseudonymous-again/js-merging)
17+
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-merging.svg)](https://david-dm.org/make-github-pseudonymous-again/js-merging?type=dev)
18+
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-merging.svg)](https://github.com/make-github-pseudonymous-again/js-merging/issues)
1919
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-merging.svg)](https://www.npmjs.org/package/@aureooms/js-merging)
2020

21-
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-merging.svg)](https://codeclimate.com/github/aureooms/js-merging/issues)
22-
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-merging.svg)](https://codeclimate.com/github/aureooms/js-merging/trends/churn)
23-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-merging/main.svg)](https://codecov.io/gh/aureooms/js-merging)
24-
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-merging.svg)](https://codeclimate.com/github/aureooms/js-merging/trends/technical_debt)
21+
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-merging.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-merging/issues)
22+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-merging.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-merging/trends/churn)
23+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-merging/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-merging)
24+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-merging.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-merging/trends/technical_debt)
2525
[![Documentation](https://make-github-pseudonymous-again.github.io/js-merging//badge.svg)](https://make-github-pseudonymous-again.github.io/js-merging//source.html)
2626
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-merging)](https://bundlephobia.com/result?p=@aureooms/js-merging)

doc/manual/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Examples
22

3-
> More examples in [the test files](https://github.com/aureooms/js-merging/tree/main/test/src).
3+
> More examples in [the test files](https://github.com/make-github-pseudonymous-again/js-merging/tree/main/test/src).
44
55
```js
66
/** array sequential merge */

doc/scripts/header.js

Lines changed: 1 addition & 1 deletion
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-merging' ;
23+
testlink.href = 'https://coveralls.io/github/make-github-pseudonymous-again/js-merging' ;
2424
testlink.target = '_BLANK' ;
2525

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474
},
7575
"bugs": {
76-
"url": "https://github.com/aureooms/js-merging/issues"
76+
"url": "https://github.com/make-github-pseudonymous-again/js-merging/issues"
7777
},
7878
"dependencies": {},
7979
"devDependencies": {
@@ -124,7 +124,7 @@
124124
"license": "AGPL-3.0",
125125
"main": "lib/index.js",
126126
"repository": {
127-
"url": "https://github.com/aureooms/js-merging.git",
127+
"url": "https://github.com/make-github-pseudonymous-again/js-merging.git",
128128
"type": "git"
129129
},
130130
"scripts": {

0 commit comments

Comments
 (0)