Skip to content

Commit

Permalink
fix homepage url for integrations (#5281)
Browse files Browse the repository at this point in the history
* fix homepage url for integrations

* Create curvy-countries-kiss.md

Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
  • Loading branch information
2 people authored and bholmesdev committed Nov 3, 2022
1 parent 349aeaa commit a190af4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/curvy-countries-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@astrojs/prism': patch
'@astrojs/markdown-component': patch
---

Update URLs in package.json
2 changes: 1 addition & 1 deletion packages/astro-prism/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
".": {
Expand Down

0 comments on commit a190af4

Please sign in to comment.