From 5257758b3a6d500f3d854fdf00030f3e24c9945b Mon Sep 17 00:00:00 2001 From: aleksa-codes Date: Wed, 2 Nov 2022 17:40:17 +0100 Subject: [PATCH 1/2] fix homepage url for integrations --- packages/astro-prism/package.json | 2 +- packages/markdown/component/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index 7d68693c380c..f0e06419b561 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 8ba0b78b91a5..881944b46801 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": { ".": { From 6049385c63432b420660e14973006450457721e9 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Wed, 2 Nov 2022 20:28:07 +0100 Subject: [PATCH 2/2] Create curvy-countries-kiss.md --- .changeset/curvy-countries-kiss.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/curvy-countries-kiss.md diff --git a/.changeset/curvy-countries-kiss.md b/.changeset/curvy-countries-kiss.md new file mode 100644 index 000000000000..91ac89d426af --- /dev/null +++ b/.changeset/curvy-countries-kiss.md @@ -0,0 +1,6 @@ +--- +'@astrojs/prism': patch +'@astrojs/markdown-component': patch +--- + +Update URLs in package.json