Skip to content

Commit ec48b6c

Browse files
author
Joseph Hamman
committed
point to docs.xarray.dev
1 parent 67f948e commit ec48b6c

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

src/components/HeroBannerSection.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ export const HeroBannerSection = () => {
7878
bg={"red.400"}
7979
_hover={{ bg: "red.500" }}
8080
>
81-
<Link href="https://xarray.pydata.org/en/stable/getting-started-guide/quick-overview.html">
81+
<Link href="https://docs.xarray.dev/en/stable/getting-started-guide/quick-overview.html">
8282
Get Started
8383
</Link>
8484
</Button>
8585
<Button rounded={"full"} size={"lg"} fontWeight={"normal"} px={6}>
86-
<Link href="https://xarray.pydata.org/en/stable/getting-started-guide/why-xarray.html">
86+
<Link href="https://docs.xarray.dev/en/stable/getting-started-guide/why-xarray.html">
8787
Why Xarray?
8888
</Link>
8989
</Button>

src/components/ScientificDomains.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const ScientificDomains = () => {
122122
bg={"red.400"}
123123
_hover={{ bg: "red.500" }}
124124
>
125-
<Link href="https://xarray.pydata.org/en/stable/ecosystem.html">
125+
<Link href="https://docs.xarray.dev/en/stable/ecosystem.html">
126126
See More
127127
</Link>
128128
</Button>

src/components/Statistics.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const Statistics = () => {
168168
title={"Core Maintainers"}
169169
stat={"15"}
170170
icon={<BsPerson size={"3em"} />}
171-
link={"https://xarray.pydata.org/en/stable/team.html"}
171+
link={"https://docs.xarray.dev/en/stable/team.html"}
172172
/>
173173
<DatasetteStatsCard
174174
title={"Contributors"}

src/data/footer-items.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ export const footerItems = {
33
{ label: "Dashboard", href: "/dashboard" },
44
{
55
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",
77
},
88
{
99
label: "Roadmap",
10-
href: "https://xarray.pydata.org/en/stable/roadmap.html",
10+
href: "https://docs.xarray.dev/en/stable/roadmap.html",
1111
},
1212
{
1313
label: "Contribute",
14-
href: "https://xarray.pydata.org/en/stable/contributing.html",
14+
href: "https://docs.xarray.dev/en/stable/contributing.html",
1515
},
1616
{ label: "Compatible Projects", href: "https://github.com/xarray-contrib" },
1717
],
1818

1919
resources: [
20-
{ label: "Documentation", href: "https://xarray.pydata.org/en/stable/" },
20+
{ label: "Documentation", href: "https://docs.xarray.dev/en/stable/" },
2121
{
2222
label: "Tutorials",
23-
href: "https://xarray.pydata.org/en/stable/tutorials.html",
23+
href: "https://docs.xarray.dev/en/stable/tutorials.html",
2424
},
2525
{
2626
label: "Example Gallery",
27-
href: "https://xarray.pydata.org/en/stable/gallery.html",
27+
href: "https://docs.xarray.dev/en/stable/gallery.html",
2828
},
2929
],
3030

src/data/menu-items.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const menuItems = [
33
{ label: "Ecosystem", href: "/#ecosystem" },
44
{ label: "Sponsors", href: "/#sponsors" },
55
{ label: "Donate ❤", href: "/#donate" },
6-
{ label: "Documentation", href: "https://xarray.pydata.org/en/stable/" },
6+
{ label: "Documentation", href: "https://docs.xarray.dev" },
77
{
88
label: "Community",
99
children: [

0 commit comments

Comments
 (0)