diff --git a/contributors.yml b/contributors.yml index daa45d0f08..665586c809 100644 --- a/contributors.yml +++ b/contributors.yml @@ -307,6 +307,7 @@ - nichtsam - nikeee - nilubisan +- nimrossum - Nismit - nnhjs - noisypigeon diff --git a/packages/react-router/lib/dom/ssr/components.tsx b/packages/react-router/lib/dom/ssr/components.tsx index 2e0f101511..67d047b869 100644 --- a/packages/react-router/lib/dom/ssr/components.tsx +++ b/packages/react-router/lib/dom/ssr/components.tsx @@ -609,7 +609,7 @@ export function Meta(): React.JSX.Element { _match.route.path + " returns an invalid value. All route meta functions must " + "return an array of meta objects." + - "\n\nTo reference the meta function API, see https://remix.run/route/meta", + "\n\nTo reference the meta function API, see https://reactrouter.com/start/framework/route-module#meta", ); }