From d17b6008956732e5fc27fc0bf122caf4369632ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Mon, 26 Apr 2021 13:43:51 +0200 Subject: [PATCH] :books: docs: Update GitHub pages links --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 084a7be..7a31ad1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -:chains: [@aureooms/js-trie](https://aureooms.github.io/js-trie) +:chains: [@aureooms/js-trie](https://make-github-pseudonymous-again.github.io/js-trie) == Trie data structures for JavaScript. -See [docs](https://aureooms.github.io/js-trie/index.html). +See [docs](https://make-github-pseudonymous-again.github.io/js-trie/index.html). > :warning: The code requires `regeneratorRuntime` to be defined, for instance by importing > [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime). @@ -19,5 +19,5 @@ See [docs](https://aureooms.github.io/js-trie/index.html). [![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-trie.svg)](https://codeclimate.com/github/aureooms/js-trie/trends/churn) [![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-trie/main.svg)](https://codecov.io/gh/aureooms/js-trie) [![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-trie.svg)](https://codeclimate.com/github/aureooms/js-trie/trends/technical_debt) -[![Documentation](https://aureooms.github.io/js-trie/badge.svg)](https://aureooms.github.io/js-trie/source.html) +[![Documentation](https://make-github-pseudonymous-again.github.io/js-trie/badge.svg)](https://make-github-pseudonymous-again.github.io/js-trie/source.html) [![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-trie)](https://bundlephobia.com/result?p=@aureooms/js-trie) diff --git a/package.json b/package.json index 787359f..771a53d 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "files": [ "lib" ], - "homepage": "https://aureooms.github.io/js-trie", + "homepage": "https://make-github-pseudonymous-again.github.io/js-trie", "keywords": [ "data", "structures",