Skip to content

Commit f22d04c

Browse files
📚 docs: Update GitHub pages links.
1 parent 38dab9a commit f22d04c

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

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

1111
Boolean formula satisfiability algorithms for JavaScript.
12-
See [docs](https://aureooms.github.io/js-sat).
12+
See [docs](https://make-github-pseudonymous-again.github.io/js-sat).
1313
Parent is [@aureooms/js-algorithms](https://github.com/aureooms/js-algorithms).
1414
For a polynomial time algorithm for the 2SAT problem see
1515
[@aureooms/js-2sat](https://github.com/aureooms/js-2sat).
@@ -43,7 +43,7 @@ for ( let certificate of sat.solve( instance ) ) {
4343
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-sat.svg)](https://codeclimate.com/github/aureooms/js-sat/trends/churn)
4444
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-sat/main.svg)](https://codecov.io/gh/aureooms/js-sat)
4545
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-sat.svg)](https://codeclimate.com/github/aureooms/js-sat/trends/technical_debt)
46-
[![Documentation](https://aureooms.github.io/js-sat/badge.svg)](https://aureooms.github.io/js-sat/source.html)
46+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-sat/badge.svg)](https://make-github-pseudonymous-again.github.io/js-sat/source.html)
4747
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-sat)](https://bundlephobia.com/result?p=@aureooms/js-sat)
4848

4949
## :scroll: Reference

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "3.0.0",
55
"license": "AGPL-3.0",
66
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
7-
"homepage": "https://aureooms.github.io/js-sat",
7+
"homepage": "https://make-github-pseudonymous-again.github.io/js-sat",
88
"repository": {
99
"url": "https://github.com/aureooms/js-sat",
1010
"type": "git"

0 commit comments

Comments
 (0)