diff --git a/docs/1.x/examples/rendering-markdown.md b/docs/1.x/examples/rendering-markdown.md index 1df6cb2680d..6375d7a3dc6 100644 --- a/docs/1.x/examples/rendering-markdown.md +++ b/docs/1.x/examples/rendering-markdown.md @@ -11,7 +11,7 @@ possibilities: 3. the markdown is on a file The following file uses -[dynamic routing](https://usefresh.dev/docs/getting-started/dynamic-routes) to +[dynamic routing](https://usefresh.dev/docs/concepts/file-routing) to handle the three cases. It's assumed this file is called `[slug].tsx`: ```ts routes/[slug].tsx