Skip to content

Commit e4b9186

Browse files
📚 docs: Update GitHub pages links.
1 parent e0979aa commit e4b9186

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,9 +1,9 @@
11
:question:
2-
[@aureooms/js-predicate](https://aureooms.github.io/js-predicate)
2+
[@aureooms/js-predicate](https://make-github-pseudonymous-again.github.io/js-predicate)
33
==
44

55
Predicates for JavaScript.
6-
See [docs](https://aureooms.github.io/js-predicate).
6+
See [docs](https://make-github-pseudonymous-again.github.io/js-predicate).
77

88
```js
99
implication( negation( lt( 7 ) ) , gt( 5 ) )( ... ) ; // true
@@ -21,7 +21,7 @@ implication( negation( lt( 7 ) ) , gt( 5 ) )( ... ) ; // true
2121
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-predicate.svg)](https://codeclimate.com/github/aureooms/js-predicate/trends/churn)
2222
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-predicate/main.svg)](https://codecov.io/gh/aureooms/js-predicate)
2323
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-predicate.svg)](https://codeclimate.com/github/aureooms/js-predicate/trends/technical_debt)
24-
[![Documentation](https://aureooms.github.io/js-predicate/badge.svg)](https://aureooms.github.io/js-predicate/source.html)
24+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-predicate/badge.svg)](https://make-github-pseudonymous-again.github.io/js-predicate/source.html)
2525
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-predicate)](https://bundlephobia.com/result?p=@aureooms/js-predicate)
2626

2727
## :link: Related

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "3.0.1",
55
"license": "AGPL-3.0",
66
"author": "aureooms",
7-
"homepage": "https://aureooms.github.io/js-predicate",
7+
"homepage": "https://make-github-pseudonymous-again.github.io/js-predicate",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/aureooms/js-predicate"

0 commit comments

Comments
 (0)