Skip to content

Commit 9556576

Browse files
authoredApr 4, 2025··
docs: fix contributing link (#8954)
http://localhost:3000/query/latest/docs/overview is broken. Change it to point to react overview page.
1 parent fcd4bf5 commit 9556576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pnpm i
100100
pnpm dev
101101
```
102102

103-
4. Now you can visit http://localhost:3000/query/latest/docs/overview in the browser and see the changes you make in `tanstack/query/docs` there.
103+
4. Now you can visit http://localhost:3000/query/latest/docs/framework/react/overview in the browser and see the changes you make in `tanstack/query/docs` there.
104104

105105
> [!WARNING]
106106
> You will need to update the `docs/config.json` file (in `TanStack/query`) if you add a new documentation page!

0 commit comments

Comments
 (0)
Please sign in to comment.