Skip to content

Commit 16ef1d9

Browse files
authored
Fix broken link in routing.md (#13517)
* Fix broken link in routing.md * Update contributors.yml
1 parent 20f51f4 commit 16ef1d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
- kylegirard
193193
- landisdesign
194194
- latin-1
195+
- lazybean
195196
- lequangdongg
196197
- liborgabrhel
197198
- liuhanqu

docs/start/data/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ createBrowserRouter([
5656

5757
## Route Objects
5858

59-
Route objects define the behavior of a route beyond just the path and component, like data loading and actions. We'll go into more detail in the [Route Object guide](./route-objects), but here's a quick example of a loader.
59+
Route objects define the behavior of a route beyond just the path and component, like data loading and actions. We'll go into more detail in the [Route Object guide](./route-object), but here's a quick example of a loader.
6060

6161
```tsx filename=app/team.tsx
6262
import {

0 commit comments

Comments
 (0)