Skip to content

Commit 20d303e

Browse files
committed
doc: Fix links to sources in README
Closes #553.
1 parent c2a6a0c commit 20d303e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default function ServerPage({ searchParams }: PageProps) {
196196
}
197197
```
198198

199-
See the [server-side parsing demo](<./packages/docs/src/app/(pages)/playground/server-side-parsing/>)
199+
See the [server-side parsing demo](<./packages/docs/src/app/playground/(demos)/pagination>)
200200
for a live example showing how to reuse parser configurations between
201201
client and server code.
202202

@@ -433,7 +433,7 @@ useQueryState(
433433
)
434434
```
435435

436-
Note: see this example running in the [hex-colors demo](<./packages/docs/src/app/(pages)/playground/hex-colors/page.tsx>).
436+
Note: see this example running in the [hex-colors demo](<./packages/docs/src/app/playground/(demos)/hex-colors/page.tsx>).
437437

438438
## Multiple Queries (batching)
439439

0 commit comments

Comments
 (0)