Skip to content

Commit 81f8346

Browse files
authored
doc: Fix link to options docs (#825)
1 parent 479d5ea commit 81f8346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/content/docs/parsers/built-in.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If search params are strings by default, what's the point of this _"parser"_ ?
4747

4848
It becomes useful if you're declaring a search params object, and/or you want
4949
to use the builder pattern to specify [default values](./basic-usage#default-values)
50-
and [options](./options):
50+
and [options](../options):
5151

5252
```ts
5353
export const searchParamsParsers = {

0 commit comments

Comments
 (0)