Skip to content

Commit 77be391

Browse files
📚 docs: Update GitHub pages links.
1 parent 01dff92 commit 77be391

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

44
<img src="https://wallazee.global.ssl.fastly.net/images/variant/20130718-89a718ff85be19c11c3b23029d6df275c65dd9a127126bc96e1924b-1024.png" width="864">
55

66
Python's deque data structure for JavaScript.
7-
See [docs](https://aureooms.github.io/js-collections-deque).
7+
See [docs](https://make-github-pseudonymous-again.github.io/js-collections-deque).
88
Parent is [@aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
99

1010
```js
@@ -24,5 +24,5 @@ deque( 'abcde' , 3 ) ; // 'cde'
2424
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-collections-deque.svg)](https://codeclimate.com/github/aureooms/js-collections-deque/trends/churn)
2525
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-collections-deque/main.svg)](https://codecov.io/gh/aureooms/js-collections-deque)
2626
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-collections-deque.svg)](https://codeclimate.com/github/aureooms/js-collections-deque/trends/technical_debt)
27-
[![Documentation](https://aureooms.github.io/js-collections-deque/badge.svg)](https://aureooms.github.io/js-collections-deque/source.html)
27+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-collections-deque/badge.svg)](https://make-github-pseudonymous-again.github.io/js-collections-deque/source.html)
2828
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-collections-deque)](https://bundlephobia.com/result?p=@aureooms/js-collections-deque)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "7.0.0",
55
"license": "AGPL-3.0",
66
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
7-
"homepage": "https://aureooms.github.io/js-collections-deque",
7+
"homepage": "https://make-github-pseudonymous-again.github.io/js-collections-deque",
88
"repository": {
99
"url": "https://github.com/aureooms/js-collections-deque",
1010
"type": "git"

0 commit comments

Comments
 (0)