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 2a1504a commit a6332a0
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,8 +1,8 @@
:cherries: [@aureooms/js-pairs](https://aureooms.github.io/js-pairs)
:cherries: [@aureooms/js-pairs](https://make-github-pseudonymous-again.github.io/js-pairs)
==

Pairs set for JavaScript.
See [docs](https://aureooms.github.io/js-pairs/index.html).
See [docs](https://make-github-pseudonymous-again.github.io/js-pairs/index.html).

> :warning: The code requires `regeneratorRuntime` to be defined, for instance by importing
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).
Expand Down Expand Up @@ -32,5 +32,5 @@ pairs.add('bc');
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-pairs.svg)](https://codeclimate.com/github/aureooms/js-pairs/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-pairs/main.svg)](https://codecov.io/gh/aureooms/js-pairs)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-pairs.svg)](https://codeclimate.com/github/aureooms/js-pairs/trends/technical_debt)
[![Documentation](https://aureooms.github.io/js-pairs/badge.svg)](https://aureooms.github.io/js-pairs/source.html)
[![Documentation](https://make-github-pseudonymous-again.github.io/js-pairs/badge.svg)](https://make-github-pseudonymous-again.github.io/js-pairs/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-pairs)](https://bundlephobia.com/result?p=@aureooms/js-pairs)
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-pairs",
"homepage": "https://make-github-pseudonymous-again.github.io/js-pairs",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-pairs"
Expand Down

0 comments on commit a6332a0

Please sign in to comment.