diff options
author | 2022-12-18 13:00:30 +0100 | |
---|---|---|
committer | 2022-12-18 13:00:30 +0100 | |
commit | 8e67d75793e9986d1f39be98637eefdcea9da8ff (patch) | |
tree | 66c3f2b457aa328a147598aff55bba3864b13741 /examples/with-content/README.md | |
parent | 6fff9ee30967ce029f6ae173f4771cd98a676301 (diff) | |
download | astro-8e67d75793e9986d1f39be98637eefdcea9da8ff.tar.gz astro-8e67d75793e9986d1f39be98637eefdcea9da8ff.tar.zst astro-8e67d75793e9986d1f39be98637eefdcea9da8ff.zip |
Fix links in content used by docs (#5631)
* Use canonical URLs with trailing slash
* Always use full URL for JSDoc links
Diffstat (limited to 'examples/with-content/README.md')
-rw-r--r-- | examples/with-content/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-content/README.md b/examples/with-content/README.md index f7e10f6c7..4c2019430 100644 --- a/examples/with-content/README.md +++ b/examples/with-content/README.md @@ -1,6 +1,6 @@ # Astro Content Collections (Experimental) -This demos our Blog Starter using **[the experimental Content Collections API.](https://docs.astro.build/en/guides/content-collections)** +This demos our Blog Starter using **[the experimental Content Collections API.](https://docs.astro.build/en/guides/content-collections/)** [](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-content) [](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-content) |