Skip to content

Commit 69e20de

Browse files
📚 docs: Update GitHub pages links
1 parent 26bab46 commit 69e20de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

44
Selection algorithms for JavaScript.
@@ -20,5 +20,5 @@ let quickselect = selection.singletco( partition.hoare ) ;
2020
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-selection.svg)](https://codeclimate.com/github/aureooms/js-selection/trends/churn)
2121
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-selection/master.svg)](https://codecov.io/gh/aureooms/js-selection)
2222
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-selection.svg)](https://codeclimate.com/github/aureooms/js-selection/trends/technical_debt)
23-
[![Documentation](http://aureooms.github.io/js-selection/badge.svg)](http://aureooms.github.io/js-selection/source.html)
23+
[![Documentation](http://make-github-pseudonymous-again.github.io/js-selection/badge.svg)](http://make-github-pseudonymous-again.github.io/js-selection/source.html)
2424
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-selection)](https://bundlephobia.com/result?p=@aureooms/js-selection)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"files": [
5353
"lib"
5454
],
55-
"homepage": "http://aureooms.github.io/js-selection",
55+
"homepage": "http://make-github-pseudonymous-again.github.io/js-selection",
5656
"keywords": [
5757
"algorithms",
5858
"computer science",

0 commit comments

Comments
 (0)