Skip to content

Commit c862efb

Browse files
📚 docs: Update GitHub pages links.
1 parent 0b27723 commit c862efb

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

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

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

1919
```js
@@ -35,7 +35,7 @@ a.mul( b ).toString( ) ; // '-903954021577363596419770144565091'
3535
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-integer.svg)](https://codeclimate.com/github/aureooms/js-integer/trends/churn)
3636
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-integer/main.svg)](https://codecov.io/gh/aureooms/js-integer)
3737
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-integer.svg)](https://codeclimate.com/github/aureooms/js-integer/trends/technical_debt)
38-
[![Documentation](https://aureooms.github.io/js-integer/badge.svg)](https://aureooms.github.io/js-integer/source.html)
38+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-integer/badge.svg)](https://make-github-pseudonymous-again.github.io/js-integer/source.html)
3939
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-integer)](https://bundlephobia.com/result?p=@aureooms/js-integer)
4040

4141
## :baby: Children

package.json

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

0 commit comments

Comments
 (0)