diff --git a/src/components/hero-banner.js b/src/components/hero-banner.js index da5a3ce..46d5b10 100644 --- a/src/components/hero-banner.js +++ b/src/components/hero-banner.js @@ -63,7 +63,7 @@ export const HeroBanner = () => { as={Link} variant={'outline'} colorScheme={'blue'} - href='https://virtualship.oceanparcels.org' // TODO fix link after deployment + href='https://virtualship.readthedocs.io/en/latest/' > Get Started diff --git a/src/components/layout.js b/src/components/layout.js index 60aaee6..e2523d0 100644 --- a/src/components/layout.js +++ b/src/components/layout.js @@ -15,7 +15,7 @@ export const Layout = ({ description, card, children, - url = 'https://oceanparcels.org', // TODO: Update to the new domain + url = 'https://virtualship.oceanparcels.org', enableBanner = false, }) => { // Track page views @@ -33,7 +33,7 @@ export const Layout = ({ // Determine the base URL based on the environment const baseUrl = process.env.NODE_ENV === 'production' - ? 'https://oceanparcels.org' // TODO: Update to the new domain + ? 'https://virtualship.oceanparcels.org' : 'http://localhost:3000' // Construct the full card URL diff --git a/src/data/footer-items.js b/src/data/footer-items.js index 19b160f..5ae5dd2 100644 --- a/src/data/footer-items.js +++ b/src/data/footer-items.js @@ -11,22 +11,22 @@ export const footerItems = { resources: [ { label: 'Documentation', - href: 'https://virtualship.oceanparcels.org/en/latest/', // TODO: update to new domain after deployment + href: 'https://virtualship.readthedocs.io/en/latest/', }, { label: 'Installation', - href: 'https://virtualship.oceanparcels.org/en/latest/#installation', // TODO: update to new domain after deployment + href: 'https://virtualship.readthedocs.io/en/latest#installation', }, { label: 'User Guide', - href: 'https://virtualship.oceanparcels.org/en/latest/user-guide/index.html', // TODO: update to new domain after deployment + href: 'https://virtualship.readthedocs.io/en/latest/user-guide/index.html', }, ], community: [ { label: 'Contribute', - href: 'https://virtualship.oceanparcels.org/en/latest/contributing/index.html', // TODO: update to new domain after deployment + href: 'https://virtualship.readthedocs.io/en/latest/contributing/index.html', }, { label: 'GitHub Discussions', diff --git a/src/data/menu-items.js b/src/data/menu-items.js index 0b5c6a5..20afdaf 100644 --- a/src/data/menu-items.js +++ b/src/data/menu-items.js @@ -5,6 +5,6 @@ export const menuItems = [ { label: 'Blog', href: '/blog' }, { label: 'Documentation', - href: 'https://virtualship.oceanparcels.org/en/latest/', - }, // TODO: update to new domain after deployment + href: 'https://virtualship.readthedocs.io/en/latest/', + }, ] diff --git a/src/data/projects.js b/src/data/projects.js index 80af6bb..2ab6640 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -13,7 +13,7 @@ export const Projects = [ description: 'VirtualShipParcels is a command-line simulator to plan and conduct a virtual research expedition.', repo: 'https://github.com/OceanParcels/virtualship', - homepage: 'https://virtualship.oceanparcels.org/en/latest/', + homepage: 'https://virtualship.oceanparcels.org/', logo_light: '/projects/virtual_ship_logo.png', logo_dark: '/projects/virtual_ship_logo_dia.png', },