Skip to content

Commit 99c9c4a

Browse files
📚 docs: Update GitHub pages links
1 parent 03d2116 commit 99c9c4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:seat: [@aureooms/js-permutation](https://aureooms.github.io/js-permutation)
1+
:seat: [@aureooms/js-permutation](https://make-github-pseudonymous-again.github.io/js-permutation)
22
==
33

44
<p align="center">
@@ -13,7 +13,7 @@ User:Watchduck
1313
</p>
1414

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

1919
```js
@@ -33,5 +33,5 @@ next( reversed( identity( 3 ) ) ) ; // [ 0 , 1 , 2 ]
3333
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-permutation.svg)](https://codeclimate.com/github/aureooms/js-permutation/trends/churn)
3434
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-permutation/main.svg)](https://codecov.io/gh/aureooms/js-permutation)
3535
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-permutation.svg)](https://codeclimate.com/github/aureooms/js-permutation/trends/technical_debt)
36-
[![Documentation](https://aureooms.github.io/js-permutation/badge.svg)](https://aureooms.github.io/js-permutation/source.html)
36+
[![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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"files": [
105105
"lib"
106106
],
107-
"homepage": "https://aureooms.github.io/js-permutation",
107+
"homepage": "https://make-github-pseudonymous-again.github.io/js-permutation",
108108
"keywords": [
109109
"algorithm",
110110
"javascript",

0 commit comments

Comments
 (0)