From 764ffda341c1d5faf8629aa0f6e5252df8d33534 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Sun, 13 Jul 2025 11:49:01 -0700 Subject: [PATCH] Update links in footer-items.js --- src/data/footer-items.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/footer-items.js b/src/data/footer-items.js index 4d23ed8d..8fa51867 100644 --- a/src/data/footer-items.js +++ b/src/data/footer-items.js @@ -5,7 +5,7 @@ export const footerItems = { { label: 'Team', href: '/team' }, { label: 'Citing Xarray', - 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', }, { label: 'Roadmap', @@ -21,7 +21,7 @@ export const footerItems = { { label: 'Documentation', href: 'https://docs.xarray.dev/en/stable/' }, { label: 'Tutorials', - href: 'https://docs.xarray.dev/en/stable/tutorials-and-videos.html', + href: 'https://tutorial.xarray.dev/intro.html', }, { label: 'Example Gallery',