Skip to content

Commit 02a9bb5

Browse files
peterneavePeter Neave
authored andcommitted
Fix invalid markdown link for createHashRouter
1 parent b2be7f6 commit 02a9bb5

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
@@ -308,6 +308,7 @@
308308
- pawelblaszczyk5
309309
- pcattori
310310
- penx
311+
- peterneave
311312
- petersendidit
312313
- phildl
313314
- phryneas

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ export function createBrowserRouter(
766766

767767
/**
768768
* Create a new {@link DataRouter| data router} that manages the application
769-
* path via the URL [`hash`]https://developer.mozilla.org/en-US/docs/Web/API/URL/hash).
769+
* path via the URL [`hash`](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash).
770770
*
771771
* @public
772772
* @category Data Routers

0 commit comments

Comments
 (0)