From 9423a37363b2ee7f8336bd915f30e9219630ddf6 Mon Sep 17 00:00:00 2001 From: Peter Neave Date: Thu, 9 Oct 2025 16:06:12 +1100 Subject: [PATCH] fix: Fix invalid markdown link for createHashRouter --- contributors.yml | 1 + packages/react-router/lib/dom/lib.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 0b1dee6722..eeb4d400e1 100644 --- a/contributors.yml +++ b/contributors.yml @@ -308,6 +308,7 @@ - pawelblaszczyk5 - pcattori - penx +- peterneave - petersendidit - phildl - phryneas diff --git a/packages/react-router/lib/dom/lib.tsx b/packages/react-router/lib/dom/lib.tsx index ecbe52374e..92cda6b050 100644 --- a/packages/react-router/lib/dom/lib.tsx +++ b/packages/react-router/lib/dom/lib.tsx @@ -766,7 +766,7 @@ export function createBrowserRouter( /** * Create a new {@link DataRouter| data router} that manages the application - * path via the URL [`hash`]https://developer.mozilla.org/en-US/docs/Web/API/URL/hash). + * path via the URL [`hash`](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash). * * @public * @category Data Routers