Skip to content

Commit 0adebc4

Browse files
😒 chore: Fix some broken URIs.
1 parent c9841ae commit 0adebc4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/scripts/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ domReady(() => {
1818

1919
const testlink = document.querySelector('header > a[data-ice="testLink"]');
2020
testlink.href =
21-
'https://coveralls.io/github/make-github-pseudonymous-again/js-permutation';
21+
'https://coveralls.io/github/computational-combinatorics/permutation';
2222
testlink.target = '_BLANK';
2323

2424
const searchBox = document.querySelector('.search-box');

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"description": "Permutation library for JavaScript",
44
"version": "2.0.0",
55
"license": "AGPL-3.0",
6-
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
6+
"author": "make-github-pseudonymous-again",
77
"homepage": "https://computational-combinatorics.github.io/permutation",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/make-github-pseudonymous-again/js-permutation"
10+
"url": "https://github.com/computational-combinatorics/permutation"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/make-github-pseudonymous-again/js-permutation/issues"
13+
"url": "https://github.com/computational-combinatorics/permutation/issues"
1414
},
1515
"keywords": [
1616
"algorithm",

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": [
3-
"github>aureooms/renovate-config-js-library"
3+
"github>make-github-pseudonymous-again/renovate-config-js-library"
44
]
55
}

0 commit comments

Comments
 (0)