diff options
Diffstat (limited to 'packages/astro-prism')
-rw-r--r-- | packages/astro-prism/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |