Skip to content

Commit 588bb63

Browse files
📚 docs: Update GitHub pages links.
1 parent 0bbb5a5 commit 588bb63

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,8 +1,8 @@
1-
:repeat: [@aureooms/js-cll](https://aureooms.github.io/js-cll)
1+
:repeat: [@aureooms/js-cll](https://make-github-pseudonymous-again.github.io/js-cll)
22
==
33

44
Circular Linked Lists for JavaScript.
5-
See [docs](https://aureooms.github.io/js-cll/index.html).
5+
See [docs](https://make-github-pseudonymous-again.github.io/js-cll/index.html).
66
Parent is [@aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
77

88
> :warning: The code requires `regeneratorRuntime` to be defined, for instance by importing
@@ -24,5 +24,5 @@ let list = from( "abc" ) ;
2424
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-cll.svg)](https://codeclimate.com/github/aureooms/js-cll/trends/churn)
2525
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-cll/main.svg)](https://codecov.io/gh/aureooms/js-cll)
2626
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-cll.svg)](https://codeclimate.com/github/aureooms/js-cll/trends/technical_debt)
27-
[![Documentation](https://aureooms.github.io/js-cll/badge.svg)](https://aureooms.github.io/js-cll/source.html)
27+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-cll/badge.svg)](https://make-github-pseudonymous-again.github.io/js-cll/source.html)
2828
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-cll)](https://bundlephobia.com/result?p=@aureooms/js-cll)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.1.0",
55
"license": "AGPL-3.0",
66
"author": "aureooms",
7-
"homepage": "https://aureooms.github.io/js-cll",
7+
"homepage": "https://make-github-pseudonymous-again.github.io/js-cll",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/aureooms/js-cll"

0 commit comments

Comments
 (0)