diff options
author | 2021-06-25 15:32:25 -0700 | |
---|---|---|
committer | 2021-06-25 15:32:25 -0700 | |
commit | 7b21dc006383fd4614641aefa528cf5b677301a4 (patch) | |
tree | f62bb0dc22104ece20e659d65f1799cabda9c3bc | |
parent | 05d6fc66bba277af4324ce6ac0d4647239cce247 (diff) | |
download | astro-7b21dc006383fd4614641aefa528cf5b677301a4.tar.gz astro-7b21dc006383fd4614641aefa528cf5b677301a4.tar.zst astro-7b21dc006383fd4614641aefa528cf5b677301a4.zip |
Update README.md (#550)
-rw-r--r-- | packages/astro/README.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/astro/README.md b/packages/astro/README.md index 91e5e10e8..425a075e0 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -229,17 +229,17 @@ Astro is able to render [React](https://npm.im/@astrojs/renderer-react), [Svelte 👉 [**Dev Server Docs**][docs-dev] -[docs-config]: ./docs/config.md +[docs-config]: /docs/config.md [docs-snowpack-config]: https://www.snowpack.dev/reference/configuration -[docs-syntax]: ./docs/syntax.md -[docs-api]: ./docs/api.md -[docs-renderer]: ./docs/renderers.md -[docs-collections]: ./docs/collections.md -[docs-markdown]: ./docs/markdown.md -[docs-dev]: ./docs/dev.md -[docs-styling]: ./docs/styling.md -[example-blog]: ./examples/blog -[fetch-content]: ./docs/api.md#fetchcontent +[docs-syntax]: /docs/syntax.md +[docs-api]: /docs/api.md +[docs-renderer]: /docs/renderers.md +[docs-collections]: /docs/collections.md +[docs-markdown]: /docs/markdown.md +[docs-dev]: /docs/dev.md +[docs-styling]: /docs/styling.md +[example-blog]: /examples/blog +[fetch-content]: /docs/api.md#fetchcontent [fetch-js]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API [remark]: https://github.com/remarkjs/remark [mdx]: https://mdxjs.com/ @@ -247,5 +247,5 @@ Astro is able to render [React](https://npm.im/@astrojs/renderer-react), [Svelte [mdn-ric]: https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback [partial-hydration]: #-partial-hydration [routing]: #-routing -[docs-cli]: ./docs/cli.md -[docs-publishing]: ./docs/publishing.md +[docs-cli]: /docs/cli.md +[docs-publishing]: /docs/publishing.md |