diff --git a/README.md b/README.md index 9420b19..f75e01c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -> **>>> TL;DR:** This facilitates the *creation* and *usage* of global, immutable data for [Astro](https://astro.build) apps +> [!NOTE] +> This project moved to [SourceHut](https://git.sr.ht/~ayoayco/astro-resume). # Astro Resume @@ -176,7 +177,7 @@ console.log(now instanceof Date); // true ## Errors & Warning in `deserialize()` The `deserialize()` function may give you the following: -1. **ERR: No match found** - there are no `JSON` scripts with the given ID +1. **ERR: No match found** - there are no `JSON` scripts with the given ID 1. **WARNING: Multiple matches for ** - there were multiple `JSON` scripts found with the same ID ## About @@ -204,4 +205,3 @@ See the [TODO tracker](https://todo.sr.ht/~ayoayco/astro-resume) for planned wor ## Reporting Issues To report issues or request features, send a plain text email to [~ayoayco/astro-resume@todo.sr.ht](mailto:~ayoayco/astro-resume@todo.sr.ht) or file a ticket via [SourceHut](https://todo.sr.ht/~ayoayco/astro-resume) - diff --git a/package.json b/package.json index 90027ae..8f50146 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "@ayco/astro-resume", "author": "Ayo Ayco", - "homepage": "https://github.com/ayoayco/astro-resume", + "homepage": "https://ayco.io/sh/astro-resume", "repository": { "type": "git", - "url": "https://github.com/ayoayco/astro-resume" + "url": "https://git.sr.ht/~ayoayco/astro-resume" }, "type": "module", "version": "0.4.3",