diff --git a/.changeset/nice-turkeys-count.md b/.changeset/nice-turkeys-count.md new file mode 100644 index 0000000..8b9edd3 --- /dev/null +++ b/.changeset/nice-turkeys-count.md @@ -0,0 +1,5 @@ +--- +"astro-icon": patch +--- + +Fix broken link in README diff --git a/packages/core/README.md b/packages/core/README.md index b01b615..bd954c6 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -230,7 +230,7 @@ export default defineConfig({ ## Migrating to v1 -`astro-icon` v1 contains a number of breaking changes. Please reference the [**Migrate to `astro-icon` v1** guide](https://github.com/natemoo-re/astro-icon/tree/main/docs/migrate-to-v1.md) to update from older versions of `astro-icon`. +`astro-icon` v1 contains a number of breaking changes. Please reference the [**Migrate to `astro-icon` v1** guide](https://www.astroicon.dev/guides/upgrade/v1/) to update from older versions of `astro-icon`. ## Contributing