Skip to content

Commit 922a8e8

Browse files
📚 docs: Update GitHub pages links.
1 parent fe1e778 commit 922a8e8

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

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

88
```js
99
// 5 2
@@ -26,5 +26,5 @@ mincut([[0,1],[1,2],[1,3],[2,3],[0,4],[0,5],[4,5]]); // 0--1
2626
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-mincut.svg)](https://codeclimate.com/github/aureooms/js-mincut/trends/churn)
2727
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-mincut/main.svg)](https://codecov.io/gh/aureooms/js-mincut)
2828
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-mincut.svg)](https://codeclimate.com/github/aureooms/js-mincut/trends/technical_debt)
29-
[![Documentation](https://aureooms.github.io/js-mincut/badge.svg)](https://aureooms.github.io/js-mincut/source.html)
29+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-mincut/badge.svg)](https://make-github-pseudonymous-again.github.io/js-mincut/source.html)
3030
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-mincut)](https://bundlephobia.com/result?p=@aureooms/js-mincut)

package.json

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

0 commit comments

Comments
 (0)