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 b0855fe commit 1b7e1dc
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 @@
:cherry_blossom: [@aureooms/js-maximum-matching](https://aureooms.github.io/js-maximum-matching)
:cherry_blossom: [@aureooms/js-maximum-matching](https://make-github-pseudonymous-again.github.io/js-maximum-matching)
==

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

```js
import maximumMatching, {iter} from '@aureooms/js-maximum-matching';
Expand Down Expand Up @@ -31,7 +31,7 @@ for (const edge of iter(maximumCardinalityMatching([[1, 2], [2, 3], [3, 4]]))) {
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-maximum-matching.svg)](https://codeclimate.com/github/aureooms/js-maximum-matching/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-maximum-matching/main.svg)](https://codecov.io/gh/aureooms/js-maximum-matching)
[![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)
[![Documentation](https://aureooms.github.io/js-maximum-matching/badge.svg)](https://aureooms.github.io/js-maximum-matching/source.html)
[![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)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-maximum-matching)](https://bundlephobia.com/result?p=@aureooms/js-maximum-matching)

## :clap: Credits
Expand Down
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": "2.0.0",
"license": "AGPL-3.0",
"author": "aureooms",
"homepage": "https://aureooms.github.io/js-maximum-matching",
"homepage": "https://make-github-pseudonymous-again.github.io/js-maximum-matching",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-maximum-matching"
Expand Down

0 comments on commit 1b7e1dc

Please sign in to comment.