Skip to content

Commit

Permalink
doc: Fix link to options docs (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
blyme authored Dec 26, 2024
1 parent 479d5ea commit 81f8346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/content/docs/parsers/built-in.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If search params are strings by default, what's the point of this _"parser"_ ?

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

```ts
export const searchParamsParsers = {
Expand Down

0 comments on commit 81f8346

Please sign in to comment.