File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export default function ServerPage({ searchParams }: PageProps) {
196
196
}
197
197
```
198
198
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 > )
200
200
for a live example showing how to reuse parser configurations between
201
201
client and server code.
202
202
@@ -433,7 +433,7 @@ useQueryState(
433
433
)
434
434
```
435
435
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 > ) .
437
437
438
438
## Multiple Queries (batching)
439
439
You can’t perform that action at this time.
0 commit comments