From 0927c8bd7d97641317c87212cf5d182f71c7791a Mon Sep 17 00:00:00 2001 From: leeluca <30341309+leeluca@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:29:19 +0900 Subject: [PATCH] docs(react): remove reference to deleted examples in route-trees.md --- docs/framework/react/guide/route-trees.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/guide/route-trees.md b/docs/framework/react/guide/route-trees.md index 85d2c0e7da..e2002c9ddb 100644 --- a/docs/framework/react/guide/route-trees.md +++ b/docs/framework/react/guide/route-trees.md @@ -66,4 +66,4 @@ Route trees can be configured using a few different ways: - [Mixed Flat Routes and Directories](./route-trees.md#mixed-flat-and-directory-routes) - [Code-Based Routes](./route-trees.md#code-based-routes) -For a birds-eye view, the route tree examples below showcase the [Routing Concepts](./routing-concepts.md) that are available in TanStack Router, but please be sure to check out the full documentation links above for each type of route tree, or just proceed to the next section to get started with file-based routing. +Please be sure to check out the full documentation links above for each type of route tree, or just proceed to the next section to get started with file-based routing.