Skip to content

Commit 969df1c

Browse files
📚 docs: Update GitHub pages links.
1 parent d6c978a commit 969df1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:game_die: [@aureooms/js-random](https://aureooms.github.io/js-random)
1+
:game_die: [@aureooms/js-random](https://make-github-pseudonymous-again.github.io/js-random)
22
==
33

44
<p align="center">
@@ -9,8 +9,8 @@
99
</p>
1010

1111
Randomness algorithms for JavaScript.
12-
See [docs](https://aureooms.github.io/js-random).
13-
Parent is [@aureooms/js-algorithms](https://aureooms.github.io/js-algorithms).
12+
See [docs](https://make-github-pseudonymous-again.github.io/js-random).
13+
Parent is [@aureooms/js-algorithms](https://make-github-pseudonymous-again.github.io/js-algorithms).
1414

1515
> :warning: Depending on your environment, the code may require
1616
> `regeneratorRuntime` to be defined, for instance by importing
@@ -37,5 +37,5 @@ import {
3737
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-random.svg)](https://codeclimate.com/github/aureooms/js-random/trends/churn)
3838
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-random/main.svg)](https://codecov.io/gh/aureooms/js-random)
3939
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-random.svg)](https://codeclimate.com/github/aureooms/js-random/trends/technical_debt)
40-
[![Documentation](https://aureooms.github.io/js-random/badge.svg)](https://aureooms.github.io/js-random/source.html)
40+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-random/badge.svg)](https://make-github-pseudonymous-again.github.io/js-random/source.html)
4141
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-random)](https://bundlephobia.com/result?p=@aureooms/js-random)

package.json

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

0 commit comments

Comments
 (0)