@@ -3,28 +3,28 @@ export const footerItems = {
3
3
{ label : "Dashboard" , href : "/dashboard" } ,
4
4
{
5
5
label : "Citing Xarray" ,
6
- href : "https://xarray.pydata.org /en/stable/getting-started-guide/faq.html#how-should-i-cite-xarray" ,
6
+ href : "https://docs. xarray.dev /en/stable/getting-started-guide/faq.html#how-should-i-cite-xarray" ,
7
7
} ,
8
8
{
9
9
label : "Roadmap" ,
10
- href : "https://xarray.pydata.org /en/stable/roadmap.html" ,
10
+ href : "https://docs. xarray.dev /en/stable/roadmap.html" ,
11
11
} ,
12
12
{
13
13
label : "Contribute" ,
14
- href : "https://xarray.pydata.org /en/stable/contributing.html" ,
14
+ href : "https://docs. xarray.dev /en/stable/contributing.html" ,
15
15
} ,
16
16
{ label : "Compatible Projects" , href : "https://github.com/xarray-contrib" } ,
17
17
] ,
18
18
19
19
resources : [
20
- { label : "Documentation" , href : "https://xarray.pydata.org /en/stable/" } ,
20
+ { label : "Documentation" , href : "https://docs. xarray.dev /en/stable/" } ,
21
21
{
22
22
label : "Tutorials" ,
23
- href : "https://xarray.pydata.org /en/stable/tutorials.html" ,
23
+ href : "https://docs. xarray.dev /en/stable/tutorials.html" ,
24
24
} ,
25
25
{
26
26
label : "Example Gallery" ,
27
- href : "https://xarray.pydata.org /en/stable/gallery.html" ,
27
+ href : "https://docs. xarray.dev /en/stable/gallery.html" ,
28
28
} ,
29
29
] ,
30
30
0 commit comments