Skip to content

Commit 0223531

Browse files
docs: fix broken links in NavLink.md (#13804)
1 parent b7d4660 commit 0223531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/components/NavLink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { NavLink } from "react-router";
2020
<NavLink to="/message" />;
2121
```
2222

23-
States are available through the className, style, and children render props. See [NavLinkRenderProps](../Other/NavLinkRenderProps).
23+
States are available through the className, style, and children render props. See [NavLinkRenderProps](https://api.reactrouter.com/v7/types/react_router.NavLinkRenderProps).
2424

2525
```tsx
2626
<NavLink
@@ -233,7 +233,7 @@ Note that `pending` is only available with Framework and Data modes.
233233

234234
[modes: framework, data, declarative]
235235

236-
Can be a string or a partial [Path](../Other/Path):
236+
Can be a string or a partial [Path](https://api.reactrouter.com/v7/interfaces/react_router.Path):
237237

238238
```tsx
239239
<Link to="/some/path" />

0 commit comments

Comments
 (0)