Skip to content

Commit 30f9db9

Browse files
📚 docs: Update GitHub pages links.
1 parent 056548f commit 30f9db9

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

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

1515
Primitive number type arithmetic for JavaScript.
16-
See [docs](https://aureooms.github.io/js-number).
16+
See [docs](https://make-github-pseudonymous-again.github.io/js-number).
1717
Parent is [aureooms/js-library](https://github.com/aureooms/js-library).
1818

1919
```js
@@ -32,5 +32,5 @@ mul( 6 , 7 ) ; // 42
3232
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-number.svg)](https://codeclimate.com/github/aureooms/js-number/trends/churn)
3333
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-number/main.svg)](https://codecov.io/gh/aureooms/js-number)
3434
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-number.svg)](https://codeclimate.com/github/aureooms/js-number/trends/technical_debt)
35-
[![Documentation](https://aureooms.github.io/js-number/badge.svg)](https://aureooms.github.io/js-number/source.html)
35+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-number/badge.svg)](https://make-github-pseudonymous-again.github.io/js-number/source.html)
3636
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-number)](https://bundlephobia.com/result?p=@aureooms/js-number)

‎package.json

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

0 commit comments

Comments
 (0)