TanStack / query

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
https://tanstack.com/query
MIT License
40.1k stars 2.69k forks source link

Docs: Invalid links in quick-start.md #7334

Closed jungwoo3490 closed 3 weeks ago

jungwoo3490 commented 3 weeks ago

Describe the bug

I opened docs/framework/react/quick-start.md and clicked Queries, Mutations, Query Invalidation Links, 404 error occured.

Your minimal, reproducible example

https://github.com/TanStack/query/blob/2ffd9fbd848c8ce4b62f354b21ae25a2040eeae2/docs/framework/react/quick-start.md

Steps to reproduce

  1. Go To https://github.com/TanStack/query/blob/2ffd9fbd848c8ce4b62f354b21ae25a2040eeae2/docs/framework/react/quick-start.md

  2. Click Queries, Mutations, Query Invalidation Links at the top of the markdown file, then you can check 404 error.

Expected behavior

Links will correctly work.

How often does this bug happen?

Every time

Screenshots or Videos

No response

Platform

Tanstack Query adapter

None

TanStack Query version

5.32.0

TypeScript version

No response

Additional context

No response