Skip to content

Commit 11a1600

Browse files
authored
Fix meta function API reference URL (#14808)
* 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. * Sign CLA
1 parent 44991a9 commit 11a1600

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,3 +474,4 @@
474474
- zeromask1337
475475
- zheng-chuang
476476
- zxTomw
477+
- nimrossum

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)