Skip to content

Commit 3c3700f

Browse files
😒 chore: Fix broken links, badges, and dependencies.
1 parent 99c9c4a commit 3c3700f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ User:Watchduck
1414

1515
Permutation library for JavaScript.
1616
See [docs](https://make-github-pseudonymous-again.github.io/js-permutation).
17-
Parent is [@aureooms/js-algorithms](https://github.com/aureooms/js-algorithms).
17+
Parent is [@aureooms/js-algorithms](https://github.com/make-github-pseudonymous-again/js-algorithms).
1818

1919
```js
2020
import { next , reversed , identity } from '@aureooms/js-permutation' ;
2121
next( reversed( identity( 3 ) ) ) ; // [ 0 , 1 , 2 ]
2222
```
2323

24-
[![License](https://img.shields.io/github/license/aureooms/js-permutation.svg)](https://raw.githubusercontent.com/aureooms/js-permutation/main/LICENSE)
24+
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-permutation.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-permutation/main/LICENSE)
2525
[![Version](https://img.shields.io/npm/v/@aureooms/js-permutation.svg)](https://www.npmjs.org/package/@aureooms/js-permutation)
26-
[![Build](https://img.shields.io/travis/aureooms/js-permutation/main.svg)](https://travis-ci.org/aureooms/js-permutation/branches)
27-
[![Dependencies](https://img.shields.io/david/aureooms/js-permutation.svg)](https://david-dm.org/aureooms/js-permutation)
28-
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-permutation.svg)](https://david-dm.org/aureooms/js-permutation?type=dev)
29-
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-permutation.svg)](https://github.com/aureooms/js-permutation/issues)
26+
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-permutation/main.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-permutation/branches)
27+
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-permutation.svg)](https://david-dm.org/make-github-pseudonymous-again/js-permutation)
28+
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-permutation.svg)](https://david-dm.org/make-github-pseudonymous-again/js-permutation?type=dev)
29+
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-permutation.svg)](https://github.com/make-github-pseudonymous-again/js-permutation/issues)
3030
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-permutation.svg)](https://www.npmjs.org/package/@aureooms/js-permutation)
3131

32-
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-permutation.svg)](https://codeclimate.com/github/aureooms/js-permutation/issues)
33-
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-permutation.svg)](https://codeclimate.com/github/aureooms/js-permutation/trends/churn)
34-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-permutation/main.svg)](https://codecov.io/gh/aureooms/js-permutation)
35-
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-permutation.svg)](https://codeclimate.com/github/aureooms/js-permutation/trends/technical_debt)
32+
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-permutation.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-permutation/issues)
33+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-permutation.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-permutation/trends/churn)
34+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-permutation/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-permutation)
35+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-permutation.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-permutation/trends/technical_debt)
3636
[![Documentation](https://make-github-pseudonymous-again.github.io/js-permutation/badge.svg)](https://make-github-pseudonymous-again.github.io/js-permutation/source.html)
3737
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-permutation)](https://bundlephobia.com/result?p=@aureooms/js-permutation)

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-permutation' ;
23+
testlink.href = 'https://coveralls.io/github/make-github-pseudonymous-again/js-permutation' ;
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-permutation/issues"
76+
"url": "https://github.com/make-github-pseudonymous-again/js-permutation/issues"
7777
},
7878
"dependencies": {},
7979
"devDependencies": {
@@ -116,7 +116,7 @@
116116
"main": "lib/index.js",
117117
"repository": {
118118
"type": "git",
119-
"url": "https://github.com/aureooms/js-permutation.git"
119+
"url": "https://github.com/make-github-pseudonymous-again/js-permutation.git"
120120
},
121121
"scripts": {
122122
"build": "babel --delete-dir-on-start --env-name production src -d lib",

0 commit comments

Comments
 (0)