From ae8c33af5fea610897fa85e1c441e2861ceaba6f Mon Sep 17 00:00:00 2001 From: Luca Lee <30341309+leeluca@users.noreply.github.com> Date: Tue, 3 Sep 2024 08:23:39 +0900 Subject: [PATCH] docs(react): remove reference to deleted examples in route-trees.md (#2250) Co-authored-by: Sean Cassiere <33615041+SeanCassiere@users.noreply.github.com> --- 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 8958500eee..12132f5377 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](./file-based-routing#mixed-flat-and-directory-routes) - [Code-Based Routes](./code-based-routing) -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.