Skip to content

Commit 4db774f

Browse files
authored
Link the links link to links
1 parent b97a9c8 commit 4db774f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/components/Links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Links
1010

1111
[Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.Links.html)
1212

13-
Renders all of the `<link>` tags created by route module [LinksFunction](../Other/LinksFunction) export. You should render it inside the `<head>` of your document.
13+
Renders all of the `<link>` tags created by route module [`links`](../../start/framework/route-module#links) export. You should render it inside the `<head>` of your document.
1414

1515
```tsx
1616
import { Links } from "react-router";

0 commit comments

Comments
 (0)