We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de71195 commit e04905fCopy full SHA for e04905f
src/data/footer-items.js
@@ -5,7 +5,7 @@ export const footerItems = {
5
{ label: 'Team', href: '/team' },
6
{
7
label: 'Citing Xarray',
8
- href: 'https://docs.xarray.dev/en/stable/getting-started-guide/faq.html#how-should-i-cite-xarray',
+ href: 'https://docs.xarray.dev/en/stable/get-help/faq.html#how-should-i-cite-xarray',
9
},
10
11
label: 'Roadmap',
@@ -21,7 +21,7 @@ export const footerItems = {
21
{ label: 'Documentation', href: 'https://docs.xarray.dev/en/stable/' },
22
23
label: 'Tutorials',
24
- href: 'https://docs.xarray.dev/en/stable/tutorials-and-videos.html',
+ href: 'https://tutorial.xarray.dev/intro.html',
25
26
27
label: 'Example Gallery',
0 commit comments