Skip to content

Commit b908dde

Browse files
authored
Fix meta function API reference URL
The current link refers to a removed page and should be updated to point to the react-router docs.
1 parent 44991a9 commit b908dde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-router/lib/dom/ssr/components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ export function Meta(): React.JSX.Element {
609609
_match.route.path +
610610
" returns an invalid value. All route meta functions must " +
611611
"return an array of meta objects." +
612-
"\n\nTo reference the meta function API, see https://remix.run/route/meta",
612+
"\n\nTo reference the meta function API, see https://reactrouter.com/start/framework/route-module#meta",
613613
);
614614
}
615615

0 commit comments

Comments
 (0)