summaryrefslogtreecommitdiff
path: root/examples/with-content/README.md
diff options
context:
space:
mode:
authorGravatar Chris Swithinbank <swithinbank@gmail.com> 2022-12-18 13:00:30 +0100
committerGravatar GitHub <noreply@github.com> 2022-12-18 13:00:30 +0100
commit8e67d75793e9986d1f39be98637eefdcea9da8ff (patch)
tree66c3f2b457aa328a147598aff55bba3864b13741 /examples/with-content/README.md
parent6fff9ee30967ce029f6ae173f4771cd98a676301 (diff)
downloadastro-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.md2
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/)**
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-content)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/with-content)