Skip to content

Commit

Permalink
📚 docs: Update GitHub pages links.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 26, 2021
1 parent d6c978a commit 969df1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:game_die: [@aureooms/js-random](https://aureooms.github.io/js-random)
:game_die: [@aureooms/js-random](https://make-github-pseudonymous-again.github.io/js-random)
==

<p align="center">
Expand All @@ -9,8 +9,8 @@
</p>

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

> :warning: Depending on your environment, the code may require
> `regeneratorRuntime` to be defined, for instance by importing
Expand All @@ -37,5 +37,5 @@ import {
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-random.svg)](https://codeclimate.com/github/aureooms/js-random/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-random/main.svg)](https://codecov.io/gh/aureooms/js-random)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-random.svg)](https://codeclimate.com/github/aureooms/js-random/trends/technical_debt)
[![Documentation](https://aureooms.github.io/js-random/badge.svg)](https://aureooms.github.io/js-random/source.html)
[![Documentation](https://make-github-pseudonymous-again.github.io/js-random/badge.svg)](https://make-github-pseudonymous-again.github.io/js-random/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-random)](https://bundlephobia.com/result?p=@aureooms/js-random)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.4.0",
"license": "AGPL-3.0",
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
"homepage": "https://aureooms.github.io/js-random",
"homepage": "https://make-github-pseudonymous-again.github.io/js-random",
"repository": {
"url": "https://github.com/aureooms/js-random",
"type": "git"
Expand Down

0 comments on commit 969df1c

Please sign in to comment.