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 fe1e778 commit 922a8e8
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,9 +1,9 @@
:haircut_woman: [@aureooms/js-mincut](https://aureooms.github.io/js-mincut)
:haircut_woman: [@aureooms/js-mincut](https://make-github-pseudonymous-again.github.io/js-mincut)
==

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

```js
// 5 2
Expand All @@ -26,5 +26,5 @@ mincut([[0,1],[1,2],[1,3],[2,3],[0,4],[0,5],[4,5]]); // 0--1
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-mincut.svg)](https://codeclimate.com/github/aureooms/js-mincut/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-mincut/main.svg)](https://codecov.io/gh/aureooms/js-mincut)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-mincut.svg)](https://codeclimate.com/github/aureooms/js-mincut/trends/technical_debt)
[![Documentation](https://aureooms.github.io/js-mincut/badge.svg)](https://aureooms.github.io/js-mincut/source.html)
[![Documentation](https://make-github-pseudonymous-again.github.io/js-mincut/badge.svg)](https://make-github-pseudonymous-again.github.io/js-mincut/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-mincut)](https://bundlephobia.com/result?p=@aureooms/js-mincut)
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": "1.0.1",
"license": "AGPL-3.0",
"author": "aureooms",
"homepage": "https://aureooms.github.io/js-mincut",
"homepage": "https://make-github-pseudonymous-again.github.io/js-mincut",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-mincut"
Expand Down

0 comments on commit 922a8e8

Please sign in to comment.