Skip to content

Commit ab2652d

Browse files
📚 docs: Update GitHub pages links
1 parent bbdef8a commit ab2652d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@aureooms/js-dll](https://aureooms.github.io/js-dll)
1+
[@aureooms/js-dll](https://make-github-pseudonymous-again.github.io/js-dll)
22
==
33

44
Doubly linked list code bricks for Javascript.
@@ -23,5 +23,5 @@ for ( let value of list ) ... ;
2323
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-dll.svg)](https://codeclimate.com/github/aureooms/js-dll/trends/churn)
2424
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-dll/master.svg)](https://codecov.io/gh/aureooms/js-dll)
2525
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-dll.svg)](https://codeclimate.com/github/aureooms/js-dll/trends/technical_debt)
26-
[![Documentation](https://aureooms.github.io/js-dll//badge.svg)](https://aureooms.github.io/js-dll//source.html)
26+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-dll//badge.svg)](https://make-github-pseudonymous-again.github.io/js-dll//source.html)
2727
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-dll)](https://bundlephobia.com/result?p=@aureooms/js-dll)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"files": [
5050
"lib"
5151
],
52-
"homepage": "http://aureooms.github.io/js-dll/",
52+
"homepage": "http://make-github-pseudonymous-again.github.io/js-dll/",
5353
"keywords": [
5454
"bricks",
5555
"data",

0 commit comments

Comments
 (0)