Skip to content

Commit 8c3eed6

Browse files
committed
docs(solid): fix broken RouterOptions link in path params guide
1 parent ffec9c9 commit 8c3eed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/router/framework/solid/guide/path-params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ Optional path parameters provide a powerful and flexible foundation for implemen
746746

747747
## Allowed Characters
748748

749-
By default, path params are escaped with `encodeURIComponent`. If you want to allow other valid URI characters (e.g. `@` or `+`), you can specify that in your [RouterOptions](../api/router/RouterOptionsType.md#pathparamsallowedcharacters-property).
749+
By default, path params are escaped with `encodeURIComponent`. If you want to allow other valid URI characters (e.g. `@` or `+`), you can specify that in your [RouterOptions](https://tanstack.com/router/latest/docs/framework/solid/api/router/RouterOptionsType#pathparamsallowedcharacters-property).
750750

751751
Example usage:
752752

0 commit comments

Comments
 (0)