summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mohammed Elhaouari <9967336+mohammed-elhaouari@users.noreply.github.com> 2022-09-04 14:53:54 +0100
committerGravatar GitHub <noreply@github.com> 2022-09-04 15:53:54 +0200
commit63cd9d89e8b83ce5e39cdae84a8342e28d1940cc (patch)
treeb21163e0993831766b154cb3f36c4e9ca64b20ec
parent29a5fdc1535fc389035d8107025f7490bfa976ed (diff)
downloadastro-63cd9d89e8b83ce5e39cdae84a8342e28d1940cc.tar.gz
astro-63cd9d89e8b83ce5e39cdae84a8342e28d1940cc.tar.zst
astro-63cd9d89e8b83ce5e39cdae84a8342e28d1940cc.zip
Fix AlpineJS homepage link (#4622)
* Update AlpineJS homepage * Add changeset
-rw-r--r--.changeset/three-owls-help.md5
-rw-r--r--packages/integrations/alpinejs/package.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/three-owls-help.md b/.changeset/three-owls-help.md
new file mode 100644
index 000000000..9fe2ded0f
--- /dev/null
+++ b/.changeset/three-owls-help.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/alpinejs': patch
+---
+
+Update homepage link
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index 609c7cd98..b19ca0359 100644
--- a/packages/integrations/alpinejs/package.json
+++ b/packages/integrations/alpinejs/package.json
@@ -19,7 +19,7 @@
"performance"
],
"bugs": "https://github.com/withastro/astro/issues",
- "homepage": "https://astro.build",
+ "homepage": "https://docs.astro.build/en/guides/integrations-guide/alpinejs",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"