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 03d2116 commit 99c9c4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:seat: [@aureooms/js-permutation](https://aureooms.github.io/js-permutation)
:seat: [@aureooms/js-permutation](https://make-github-pseudonymous-again.github.io/js-permutation)
==

<p align="center">
Expand All @@ -13,7 +13,7 @@ User:Watchduck
</p>

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

```js
Expand All @@ -33,5 +33,5 @@ next( reversed( identity( 3 ) ) ) ; // [ 0 , 1 , 2 ]
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-permutation.svg)](https://codeclimate.com/github/aureooms/js-permutation/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-permutation/main.svg)](https://codecov.io/gh/aureooms/js-permutation)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-permutation.svg)](https://codeclimate.com/github/aureooms/js-permutation/trends/technical_debt)
[![Documentation](https://aureooms.github.io/js-permutation/badge.svg)](https://aureooms.github.io/js-permutation/source.html)
[![Documentation](https://make-github-pseudonymous-again.github.io/js-permutation/badge.svg)](https://make-github-pseudonymous-again.github.io/js-permutation/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-permutation)](https://bundlephobia.com/result?p=@aureooms/js-permutation)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"files": [
"lib"
],
"homepage": "https://aureooms.github.io/js-permutation",
"homepage": "https://make-github-pseudonymous-again.github.io/js-permutation",
"keywords": [
"algorithm",
"javascript",
Expand Down

0 comments on commit 99c9c4a

Please sign in to comment.