Skip to content

Commit 92c0f7b

Browse files
📚 docs: Update GitHub pages links
1 parent 7910b4f commit 92c0f7b

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

44
Tape library for JavaScript. Served with asynchronous goodness.
5-
See [docs](https://aureooms.github.io/js-tape/index.html).
5+
See [docs](https://make-github-pseudonymous-again.github.io/js-tape/index.html).
66

77
> :warning: The code requires `regeneratorRuntime` to be defined, for instance by importing
88
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).
@@ -25,5 +25,5 @@ for await ( const character of myTape ) ... ;
2525
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-tape.svg)](https://codeclimate.com/github/aureooms/js-tape/trends/churn)
2626
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-tape/main.svg)](https://codecov.io/gh/aureooms/js-tape)
2727
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-tape.svg)](https://codeclimate.com/github/aureooms/js-tape/trends/technical_debt)
28-
[![Documentation](https://aureooms.github.io/js-tape/badge.svg)](https://aureooms.github.io/js-tape/source.html)
28+
[![Documentation](https://make-github-pseudonymous-again.github.io/js-tape/badge.svg)](https://make-github-pseudonymous-again.github.io/js-tape/source.html)
2929
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-tape)](https://bundlephobia.com/result?p=@aureooms/js-tape)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"files": [
5858
"lib"
5959
],
60-
"homepage": "https://aureooms.github.io/js-tape",
60+
"homepage": "https://make-github-pseudonymous-again.github.io/js-tape",
6161
"keywords": [
6262
"parsing",
6363
"read",

0 commit comments

Comments
 (0)