Skip to content

Commit f84d8be

Browse files
📚 docs: Update GitHub pages links
1 parent be21862 commit f84d8be

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

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

1515
Set partition algorithms for JavaScript.
16-
See [docs](https://aureooms.github.io/js-set-partition/index.html).
16+
See [docs](https://make-github-pseudonymous-again.github.io/js-set-partition/index.html).
1717

1818
> :building_construction: Caveat emptor! This is work in progress. Code may be
1919
> working. Documentation may be present. Coherence may be. Maybe.
@@ -76,5 +76,5 @@ isPartition(range(5), [[5], [0], [1], [2], [3], [4]]); // false
7676
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-set-partition.svg)](https://codeclimate.com/github/aureooms/js-set-partition/trends/churn)
7777
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-set-partition/main.svg)](https://codecov.io/gh/aureooms/js-set-partition)
7878
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-set-partition.svg)](https://codeclimate.com/github/aureooms/js-set-partition/trends/technical_debt)
79-
[![Documentation](https://aureooms.github.io/js-set-partition/badge.svg)](https://aureooms.github.io/js-set-partition/source.html)
79+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-set-partition/badge.svg)](https://make-github-pseudonymous-again.github.io/js-set-partition/source.html)
8080
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-set-partition)](https://bundlephobia.com/result?p=@aureooms/js-set-partition)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"files": [
105105
"lib"
106106
],
107-
"homepage": "https://aureooms.github.io/js-set-partition",
107+
"homepage": "https://make-github-pseudonymous-again.github.io/js-set-partition",
108108
"keywords": [
109109
"choose",
110110
"partition",

0 commit comments

Comments
 (0)