From 11a1600bbcc7e60adad63ec01091c482dedb719d Mon Sep 17 00:00:00 2001 From: nimrossum <1959615+nimrossum@users.noreply.github.com> Date: Tue, 17 Feb 2026 00:37:17 +0100 Subject: [PATCH 1/2] 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 --- contributors.yml | 1 + packages/react-router/lib/dom/ssr/components.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index daa45d0f08..5fa0b94202 100644 --- a/contributors.yml +++ b/contributors.yml @@ -474,3 +474,4 @@ - zeromask1337 - zheng-chuang - zxTomw +- nimrossum 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", ); } From d5ef31d0e019c390d8f8937f5f34263b09abbaca Mon Sep 17 00:00:00 2001 From: Remix Run Bot Date: Mon, 16 Feb 2026 23:37:57 +0000 Subject: [PATCH 2/2] chore: format --- contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 5fa0b94202..665586c809 100644 --- a/contributors.yml +++ b/contributors.yml @@ -307,6 +307,7 @@ - nichtsam - nikeee - nilubisan +- nimrossum - Nismit - nnhjs - noisypigeon @@ -474,4 +475,3 @@ - zeromask1337 - zheng-chuang - zxTomw -- nimrossum