summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/curvy-countries-kiss.md6
-rw-r--r--packages/astro-prism/package.json2
-rw-r--r--packages/markdown/component/package.json2
3 files changed, 8 insertions, 2 deletions
diff --git a/.changeset/curvy-countries-kiss.md b/.changeset/curvy-countries-kiss.md
new file mode 100644
index 000000000..91ac89d42
--- /dev/null
+++ b/.changeset/curvy-countries-kiss.md
@@ -0,0 +1,6 @@
+---
+'@astrojs/prism': patch
+'@astrojs/markdown-component': patch
+---
+
+Update URLs in package.json
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index 7d68693c3..f0e06419b 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -11,7 +11,7 @@
"url": "https://github.com/withastro/astro.git",
"directory": "packages/astro-prism"
},
- "homepage": "https://astro.build",
+ "homepage": "https://docs.astro.build/en/reference/api-reference/#prism-",
"main": "dist/index.js",
"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
diff --git a/packages/markdown/component/package.json b/packages/markdown/component/package.json
index 8ba0b78b9..881944b46 100644
--- a/packages/markdown/component/package.json
+++ b/packages/markdown/component/package.json
@@ -10,7 +10,7 @@
"directory": "packages/markdown/component"
},
"bugs": "https://github.com/withastro/astro/issues",
- "homepage": "https://astro.build",
+ "homepage": "https://docs.astro.build/en/migrate/#markdown--component-removed",
"main": "./Markdown.astro",
"exports": {
".": {