query icon indicating copy to clipboard operation
query copied to clipboard

React Query v3 Examples and links not working

Open patsantos opened this issue 3 years ago • 4 comments

Describe the bug

The examples section in v3 of the docs isn't loading and the links to GitHub 404. See this page for example: https://react-query-v3.tanstack.com/examples/basic

Your minimal, reproducible example

https://react-query-v3.tanstack.com/examples/basic

Steps to reproduce

Open page at https://react-query-v3.tanstack.com/examples/basic and notice the example doesn't load. Click "View Source" link and see page 404s.

Expected behavior

The examples should load and the links should be active.

How often does this bug happen?

No response

Screenshots or Videos

No response

Platform

macOS 12.5.1 Chrome 104.0.5112.101 Safari 15.6.1

react-query version

NA

TypeScript version

No response

Additional context

No response

patsantos avatar Aug 31 '22 17:08 patsantos

fix is already merged but needs to be deployed. Replace "main" with "v3" in the links in the meantime

TkDodo avatar Aug 31 '22 20:08 TkDodo

Examples links are still broken, is it still waiting for deployment?

michefraim avatar Dec 11 '22 14:12 michefraim

Yes. @tannerlinsley please

TkDodo avatar Dec 11 '22 15:12 TkDodo

For now find examples here: https://github.com/TanStack/query/tree/v3/examples

MitchTalmadge avatar Dec 21 '22 04:12 MitchTalmadge

We fixed it yesterday

TkDodo avatar Jan 26 '23 05:01 TkDodo