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/api/components/NavLink.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ import { NavLink } from "react-router";
20
20
<NavLinkto="/message" />;
21
21
```
22
22
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).
24
24
25
25
```tsx
26
26
<NavLink
@@ -233,7 +233,7 @@ Note that `pending` is only available with Framework and Data modes.
233
233
234
234
[modes: framework, data, declarative]
235
235
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):
0 commit comments