Skip to content

Commit 1b7e1dc

Browse files
📚 docs: Update GitHub pages links.
1 parent b0855fe commit 1b7e1dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
:cherry_blossom: [@aureooms/js-maximum-matching](https://aureooms.github.io/js-maximum-matching)
1+
:cherry_blossom: [@aureooms/js-maximum-matching](https://make-github-pseudonymous-again.github.io/js-maximum-matching)
22
==
33

44
Maximum matching algorithms for JavaScript.
55
Parent is [@aureooms/js-gn](https://github.com/aureooms/js-gn).
6-
See [docs](https://aureooms.github.io/js-maximum-matching/index.html).
6+
See [docs](https://make-github-pseudonymous-again.github.io/js-maximum-matching/index.html).
77

88
```js
99
import maximumMatching, {iter} from '@aureooms/js-maximum-matching';
@@ -31,7 +31,7 @@ for (const edge of iter(maximumCardinalityMatching([[1, 2], [2, 3], [3, 4]]))) {
3131
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-maximum-matching.svg)](https://codeclimate.com/github/aureooms/js-maximum-matching/trends/churn)
3232
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-maximum-matching/main.svg)](https://codecov.io/gh/aureooms/js-maximum-matching)
3333
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-maximum-matching.svg)](https://codeclimate.com/github/aureooms/js-maximum-matching/trends/technical_debt)
34-
[![Documentation](https://aureooms.github.io/js-maximum-matching/badge.svg)](https://aureooms.github.io/js-maximum-matching/source.html)
34+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-maximum-matching/badge.svg)](https://make-github-pseudonymous-again.github.io/js-maximum-matching/source.html)
3535
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-maximum-matching)](https://bundlephobia.com/result?p=@aureooms/js-maximum-matching)
3636

3737
## :clap: Credits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.0.0",
55
"license": "AGPL-3.0",
66
"author": "aureooms",
7-
"homepage": "https://aureooms.github.io/js-maximum-matching",
7+
"homepage": "https://make-github-pseudonymous-again.github.io/js-maximum-matching",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/aureooms/js-maximum-matching"

0 commit comments

Comments
 (0)