From e5cd3f3616fbc6a213efac44f704fcfda012cb8e Mon Sep 17 00:00:00 2001 From: Kevin Lewis Date: Fri, 26 Jan 2024 09:30:23 +0100 Subject: [PATCH] Updated URLs (#21102) --- docs/guides/headless-cms/build-static-website/next-13.md | 4 ++-- docs/guides/headless-cms/build-static-website/nuxt-3.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/headless-cms/build-static-website/next-13.md b/docs/guides/headless-cms/build-static-website/next-13.md index c1dd35c9e6..3a8b5bdaad 100644 --- a/docs/guides/headless-cms/build-static-website/next-13.md +++ b/docs/guides/headless-cms/build-static-website/next-13.md @@ -115,7 +115,7 @@ correlate with the URL for the page. For example `about` will later correlate to Create a text input field called `title` and a WYSIWYG input field called `content`. In Roles & Permissions, give the Public role read access to the new collection. Create 3 items in the new collection - -[here's some sample data](https://github.com/directus/examples/blob/main/website-next13/demo-data). +[here's some sample data](https://github.com/directus-community/getting-started-demo-data). Inside of `app`, create a new directory called `[slug]` with a file called `page.tsx`. This is a dynamic route, so a single file can be used for all of the top-level pages. @@ -171,7 +171,7 @@ Create the following fields in your `posts` data model: In Roles & Permissions, give the Public role read access to the `authors`, `posts`, and `directus_files` collections. Create 3 items in the posts collection - -[here's some sample data](https://github.com/directus/examples/blob/main/website-next13/demo-data). +[here's some sample data](https://github.com/directus-community/getting-started-demo-data). ### Create Blog Post Listing diff --git a/docs/guides/headless-cms/build-static-website/nuxt-3.md b/docs/guides/headless-cms/build-static-website/nuxt-3.md index b0a9a30583..ed5b3c1ee1 100644 --- a/docs/guides/headless-cms/build-static-website/nuxt-3.md +++ b/docs/guides/headless-cms/build-static-website/nuxt-3.md @@ -113,7 +113,7 @@ correlate with the URL for the page. For example `about` will later correlate to Create a text input field called `title` and a WYSIWYG input field called `content`. In Roles & Permissions, give the Public role read access to the new collection. Create 3 items in the new collection - -[here's some sample data](https://github.com/directus/examples/blob/main/website-nuxt3/demo-data). +[here's some sample data](https://github.com/directus-community/getting-started-demo-data). Inside of `pages`, create a new file called `[slug].vue`. This is a dynamic route, so a single file can be used for all of the top-level pages. @@ -165,7 +165,7 @@ Create the following fields in your `posts` data model: In Roles & Permissions, give the Public role read access to the `authors`, `posts`, and `directus_files` collections. Create 3 items in the posts collection - -[here's some sample data](https://github.com/directus/examples/blob/main/website-nuxt3/demo-data). +[here's some sample data](https://github.com/directus-community/getting-started-demo-data). ### Create Blog Post Listing