From 3a5d806ad11cac026c532413b892e586a5d3c2d3 Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:37:36 +0530 Subject: [PATCH] docs(1.x/examples/rendering-markdown): fix dead usefresh dynamic-routes link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `https://usefresh.dev/docs/getting-started/dynamic-routes` (404) — the getting-started/ subtree was reorganized; dynamic routing now lives under `/concepts/`. Replaced with the canonical concepts page: `https://usefresh.dev/docs/concepts/file-routing` (200). --- docs/1.x/examples/rendering-markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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