diff --git a/src/data/menu-items.js b/src/data/menu-items.js index db2ae6b..2955d1b 100644 --- a/src/data/menu-items.js +++ b/src/data/menu-items.js @@ -3,5 +3,5 @@ export const menuItems = [ // { label: 'Projects', href: '/#projects' }, TODO uncomment when projects are ready { label: 'Funders', href: '/#funders' }, { label: 'Blog', href: '/blog' }, - { label: 'Documentation', href: 'https://docs.oceanparcels.org' }, + { label: 'Documentation', href: 'https://virtualship.oceanparcels.org/en/latest/'}, // TODO: update to new domain after deployment ]