Skip to content

Commit cbb711f

Browse files
authoredMar 22, 2025
Also fix the meta link
1 parent 4db774f commit cbb711f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/api/components/Meta.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Meta
1010

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

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

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

0 commit comments

Comments
 (0)