Skip to content

Commit aeae8bf

Browse files
📚 docs: Update GitHub pages links
1 parent 45b74a0 commit aeae8bf

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

44
<img src="https://cdn.rawgit.com/aureooms/js-odd-even-mergesort/master/media/sketch.svg" width="864">
55

66
Batcher's odd-even mergesort algorithm for JavaScript.
7-
See [docs](https://aureooms.github.io/js-odd-even-mergesort).
7+
See [docs](https://make-github-pseudonymous-again.github.io/js-odd-even-mergesort).
88
Parent is [@aureooms/js-sort](https://github.com/aureooms/js-sort).
99

1010
```js
@@ -41,5 +41,5 @@ a ; // [ 1 , 2 , 3 , 4 ]
4141
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-odd-even-mergesort.svg)](https://codeclimate.com/github/aureooms/js-odd-even-mergesort/trends/churn)
4242
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-odd-even-mergesort/master.svg)](https://codecov.io/gh/aureooms/js-odd-even-mergesort)
4343
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-odd-even-mergesort.svg)](https://codeclimate.com/github/aureooms/js-odd-even-mergesort/trends/technical_debt)
44-
[![Documentation](http://aureooms.github.io/js-odd-even-mergesort//badge.svg)](http://aureooms.github.io/js-odd-even-mergesort//source.html)
44+
[![Documentation](http://make-github-pseudonymous-again.github.io/js-odd-even-mergesort//badge.svg)](http://make-github-pseudonymous-again.github.io/js-odd-even-mergesort//source.html)
4545
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-odd-even-mergesort)](https://bundlephobia.com/result?p=@aureooms/js-odd-even-mergesort)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"files": [
5555
"lib"
5656
],
57-
"homepage": "http://aureooms.github.io/js-odd-even-mergesort/",
57+
"homepage": "http://make-github-pseudonymous-again.github.io/js-odd-even-mergesort/",
5858
"keywords": [
5959
"Batcher",
6060
"algorithm",

0 commit comments

Comments
 (0)