File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export const LayoutDocs = props => {
119
119
< p className = 'text-sm' >
120
120
Fast track your learning and { ' ' }
121
121
< a
122
- href = "https://ui.dev/checkout/ react-query?from=tanstack"
122
+ href = "https://ui.dev/react-query?from=tanstack"
123
123
className = "text-blue-600 font-semibold transition-colors duration-150 ease-out"
124
124
>
125
125
take the offical course ↗️
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export function PPPBanner() {
49
49
Course with code{ ' ' }
50
50
< a
51
51
className = "underline cursor-pointer"
52
- href = { `/checkout /react-query?from=tanstack&coupon_code=${ data . coupon } ` }
52
+ href = { `https://ui.dev /react-query?from=tanstack&coupon_code=${ data . coupon } ` }
53
53
>
54
54
< strong > { data . coupon } </ strong >
55
55
</ a >
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const Home = ({ sponsors }) => {
74
74
< p >
75
75
Want to skip the docs?{ ' ' }
76
76
< a
77
- href = "https://ui.dev/checkout/ react-query?from=tanstack"
77
+ href = "https://ui.dev/react-query?from=tanstack"
78
78
className = "text-blue-600 font-semibold transition-colors duration-150 ease-out"
79
79
>
80
80
Take the offical course
@@ -177,7 +177,7 @@ const Home = ({ sponsors }) => {
177
177
</ span >
178
178
</ div >
179
179
< a
180
- href = "https://ui.dev/checkout/ react-query?from=tanstack"
180
+ href = "https://ui.dev/react-query?from=tanstack"
181
181
target = "_blank"
182
182
className = "inline-block mt-8 rounded shadow-lg bg-coral text-white font-bold text-xl px-4 py-3"
183
183
>
@@ -375,7 +375,7 @@ const Home = ({ sponsors }) => {
375
375
</ h2 >
376
376
< div className = "mt-8 flex lg:flex-shrink-0 md:mt-0" >
377
377
< div className = "inline-flex rounded-md shadow" >
378
- < a href = "https://ui.dev/checkout/ react-query?from=tanstack" className = "inline-flex items-center justify-center text-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-coral hover:bg-coral-light focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" >
378
+ < a href = "https://ui.dev/react-query?from=tanstack" className = "inline-flex items-center justify-center text-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-coral hover:bg-coral-light focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" >
379
379
Take the course
380
380
</ a >
381
381
</ div >
Original file line number Diff line number Diff line change @@ -84,5 +84,5 @@ function Example() {
84
84
85
85
## You talked me into it, so what now?
86
86
87
- - Consider taking the official [ React Query Course] ( https://ui.dev/checkout/ react-query?from=tanstack ) (or buying it for your whole team!)
87
+ - Consider taking the official [ React Query Course] ( https://ui.dev/react-query?from=tanstack ) (or buying it for your whole team!)
88
88
- Learn React Query at your own pace with our amazingly thorough [ Walkthrough Guide] ( ../installation ) and [ API Reference] ( ../reference/useQuery )
You can’t perform that action at this time.
0 commit comments