Skip to content

Commit ead5871

Browse files
📚 docs: Update GitHub pages links
1 parent 736a368 commit ead5871

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:signal_strength: [@aureooms/js-sort](https://aureooms.github.io/js-sort)
1+
:signal_strength: [@aureooms/js-sort](https://make-github-pseudonymous-again.github.io/js-sort)
22
==
33

44
<p align="center">
@@ -9,7 +9,7 @@
99
</p>
1010

1111
Sorting algorithms for JavaScript.
12-
See [docs](https://aureooms.github.io/js-sort).
12+
See [docs](https://make-github-pseudonymous-again.github.io/js-sort).
1313
Parent is [@aureooms/js-algorithms](https://github.com/aureooms/js-algorithms).
1414

1515
> :building_construction: Caveat emptor! This is work in progress. Code may be
@@ -34,7 +34,7 @@ isSorted(decreasing, [1, 2, 3], 0, 3); // false
3434
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-sort.svg)](https://codeclimate.com/github/aureooms/js-sort/trends/churn)
3535
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-sort/master.svg)](https://codecov.io/gh/aureooms/js-sort)
3636
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-sort.svg)](https://codeclimate.com/github/aureooms/js-sort/trends/technical_debt)
37-
[![Documentation](https://aureooms.github.io/js-sort//badge.svg)](https://aureooms.github.io/js-sort//source.html)
37+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-sort//badge.svg)](https://make-github-pseudonymous-again.github.io/js-sort//source.html)
3838
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-sort)](https://bundlephobia.com/result?p=@aureooms/js-sort)
3939

4040
## :baby: Children

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"files": [
105105
"lib"
106106
],
107-
"homepage": "http://aureooms.github.io/js-sort/",
107+
"homepage": "http://make-github-pseudonymous-again.github.io/js-sort/",
108108
"keywords": [
109109
"bricks",
110110
"javascript",

0 commit comments

Comments
 (0)