Skip to content

Commit 51ea122

Browse files
📚 docs: Update GitHub pages links
1 parent 9981c5d commit 51ea122

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

44
Metaheuristic algorithms for JavaScript.
@@ -16,4 +16,4 @@ for ( const [ candidate , fitness ] of localsearch( [ solution , best ] ) ) ...
1616
[![Code Climate](https://img.shields.io/codeclimate/github/aureooms/js-metaheuristics.svg?style=flat)](https://codeclimate.com/github/aureooms/js-metaheuristics)
1717
[![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-metaheuristics.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-metaheuristics)
1818
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-metaheuristics.svg?style=flat)](https://github.com/aureooms/js-metaheuristics/issues)
19-
[![Documentation](https://aureooms.github.io/js-metaheuristics/badge.svg)](https://aureooms.github.io/js-metaheuristics/source.html)
19+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-metaheuristics/badge.svg)](https://make-github-pseudonymous-again.github.io/js-metaheuristics/source.html)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"esdoc": "^0.5.2",
3838
"nyc": "^11.0.1"
3939
},
40-
"homepage": "https://aureooms.github.io/js-metaheuristics",
40+
"homepage": "https://make-github-pseudonymous-again.github.io/js-metaheuristics",
4141
"keywords": [
4242
"algorithm",
4343
"complexity",

0 commit comments

Comments
 (0)