Skip to content

Commit ec8080a

Browse files
authored
docs(start): fix links (#13393)
1 parent 862709d commit ec8080a

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,3 +373,4 @@
373373
- yuleicul
374374
- zeromask1337
375375
- zheng-chuang
376+
- smff

docs/start/data/data-loading.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ function MyRoute() {
3838
```
3939

4040
As the user navigates between routes, the loaders are called before the route component is rendered.
41+
42+
---
43+
44+
Next: [Actions](./actions)

docs/start/data/route-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ createBrowserRouter([
181181

182182
---
183183

184-
Next: [Rendering Strategies](./rendering)
184+
Next: [Data Loading](./data-loading)
185185

186186
[loader-params]: https://api.reactrouter.com/v7/interfaces/react_router.LoaderFunctionArgs

docs/start/declarative/navigating.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,6 @@ export function LoginPage() {
127127
);
128128
}
129129
```
130+
---
131+
132+
Next: [Url values](./url-values)

docs/start/declarative/routing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,6 @@ function Header() {
231231
);
232232
}
233233
```
234+
---
235+
236+
Next: [Navigating](./navigating)

0 commit comments

Comments
 (0)