Skip to content

Commit 7e2eda8

Browse files
📚 docs: Update GitHub pages links
1 parent f747202 commit 7e2eda8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:dragon: [@aureooms/js-mergesort](https://aureooms.github.io/js-mergesort)
1+
:dragon: [@aureooms/js-mergesort](https://make-github-pseudonymous-again.github.io/js-mergesort)
22
==
33

44
<p align="center">
@@ -13,7 +13,7 @@ and
1313
</p>
1414

1515
Mergesort library for JavaScript.
16-
See [docs](https://aureooms.github.io/js-mergesort/index.html).
16+
See [docs](https://make-github-pseudonymous-again.github.io/js-mergesort/index.html).
1717
Parent is [aureooms/js-sort](https://github.com/aureooms/js-sort).
1818

1919
```js
@@ -46,7 +46,7 @@ issorted(increasing, b, 0, b.length) ; // true
4646
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-mergesort.svg)](https://codeclimate.com/github/aureooms/js-mergesort/trends/churn)
4747
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-mergesort/main.svg)](https://codecov.io/gh/aureooms/js-mergesort)
4848
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-mergesort.svg)](https://codeclimate.com/github/aureooms/js-mergesort/trends/technical_debt)
49-
[![Documentation](https://aureooms.github.io/js-mergesort//badge.svg)](https://aureooms.github.io/js-mergesort//source.html)
49+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-mergesort//badge.svg)](https://make-github-pseudonymous-again.github.io/js-mergesort//source.html)
5050
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-mergesort)](https://bundlephobia.com/result?p=@aureooms/js-mergesort)
5151

5252
## :link: Links

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"files": [
109109
"lib"
110110
],
111-
"homepage": "http://aureooms.github.io/js-mergesort/",
111+
"homepage": "http://make-github-pseudonymous-again.github.io/js-mergesort/",
112112
"keywords": [
113113
"bricks",
114114
"ender",

0 commit comments

Comments
 (0)