You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/start/framework/react/api-routes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ It's important to remember that each route can only have a single handler file a
35
35
36
36
## Nested Directories vs File-names
37
37
38
-
In the examples above, you may have noticed that the file naming conventions are flexible and allow you to mix and match directories and file names. This is intentional and allows you to organize your API Routes in a way that makes sense for your application. You can read more about this in the [TanStack Router File-based Routing Guide](../guide/file-based-routing.md#s-or-s).
38
+
In the examples above, you may have noticed that the file naming conventions are flexible and allow you to mix and match directories and file names. This is intentional and allows you to organize your API Routes in a way that makes sense for your application. You can read more about this in the [TanStack Router File-based Routing Guide](/router/latest/docs/framework/react/guide/file-based-routing#s-or-s).
Copy file name to clipboardexpand all lines: docs/start/framework/react/authentication.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ Clerk is a modern authentication platform that provides a full suite of authenti
27
27
28
28
- To learn more about Clerk, visit the [Clerk website](https://go.clerk.com/wOwHtuJ)
29
29
- To sign up, visit the [Clerk dashboard](https://go.clerk.com/PrSDXti)
30
-
- To get started with Clerk, check out our [official Start + Clerk examples!](../../examples/start-clerk-basic/)
30
+
- To get started with Clerk, check out our [official Start + Clerk examples!](../examples/start-clerk-basic/)
31
31
32
32
## Documentation & APIs
33
33
34
-
Documentation for implementing your own authentication logic with TanStack Start is coming soon! In the meantime, you can check out any of the `-auth` prefixed [examples](../../../../examples) for a starting point.
34
+
Documentation for implementing your own authentication logic with TanStack Start is coming soon! In the meantime, you can check out any of the `-auth` prefixed [examples](../examples) for a starting point.
Copy file name to clipboardexpand all lines: docs/start/framework/react/learn-the-basics.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ function RootDocument({ children }: Readonly<{ children: ReactNode }>) {
153
153
154
154
## Routes
155
155
156
-
Routes are an extensive feature of TanStack Router, and are covered thoroughly in the [Routing Guide](../../guide/file-based-routing). As a summary:
156
+
Routes are an extensive feature of TanStack Router, and are covered thoroughly in the [Routing Guide](/router/latest/docs/framework/react/guide/file-based-routing). As a summary:
157
157
158
158
- Routes are defined using the `createFileRoute` function.
159
159
- Routes are automatically code-split and lazy-loaded.
@@ -230,7 +230,7 @@ function Home() {
230
230
}
231
231
```
232
232
233
-
For more in-depth information on navigation, check out the [navigation guide](../../guide/navigation).
233
+
For more in-depth information on navigation, check out the [navigation guide](/router/latest/docs/framework/react/guide/navigation).
0 commit comments