Skip to content

Commit 962b468

Browse files
Merge pull request #22 from OceanParcels/updating_header_links
Updating link in header
2 parents c386a7d + e3a7ec6 commit 962b468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/menu-items.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ export const menuItems = [
33
// { label: 'Projects', href: '/#projects' }, TODO uncomment when projects are ready
44
{ label: 'Funders', href: '/#funders' },
55
{ label: 'Blog', href: '/blog' },
6-
{ label: 'Documentation', href: 'https://docs.oceanparcels.org' },
6+
{ label: 'Documentation', href: 'https://virtualship.oceanparcels.org/en/latest/'}, // TODO: update to new domain after deployment
77
]

0 commit comments

Comments
 (0)