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.
2 parents c386a7d + e3a7ec6 commit 962b468Copy full SHA for 962b468
src/data/menu-items.js
@@ -3,5 +3,5 @@ export const menuItems = [
3
// { label: 'Projects', href: '/#projects' }, TODO uncomment when projects are ready
4
{ label: 'Funders', href: '/#funders' },
5
{ label: 'Blog', href: '/blog' },
6
- { label: 'Documentation', href: 'https://docs.oceanparcels.org' },
+ { label: 'Documentation', href: 'https://virtualship.oceanparcels.org/en/latest/'}, // TODO: update to new domain after deployment
7
]
0 commit comments