Skip to content

Commit 3e618f7

Browse files
committed
Update domain from oceanparcels.org to parcels-code.org
1 parent f861a6e commit 3e618f7

File tree

13 files changed

+22
-22
lines changed

13 files changed

+22
-22
lines changed

public/atlanticmap.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/galapagosmap.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/galapagosmap2024.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/hero-banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const HeroBanner = () => {
6161
as={Link}
6262
variant={'outline'}
6363
colorScheme={'blue'}
64-
href='https://docs.oceanparcels.org'
64+
href='https://docs.parcels-code.org'
6565
>
6666
Get Started
6767
</Button>

src/components/layout.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const Layout = ({
1616
description,
1717
card,
1818
children,
19-
url = 'https://oceanparcels.org',
19+
url = 'https://parcels-code.org',
2020
enableBanner = false,
2121
}) => {
2222
// Track page views
@@ -28,13 +28,13 @@ export const Layout = ({
2828
'Join the Parcels 10 year anniversary event 🎉 on 1-3 Oct 2025!'
2929
const bannerDescription = ''
3030
const bannerChildren = (
31-
<Link href='https://oceanparcels.org/10year-event'>Learn more</Link>
31+
<Link href='https://parcels-code.org/10year-event'>Learn more</Link>
3232
)
3333

3434
// Determine the base URL based on the environment
3535
const baseUrl =
3636
process.env.NODE_ENV === 'production'
37-
? 'https://oceanparcels.org'
37+
? 'https://parcels-code.org'
3838
: 'http://localhost:3000'
3939

4040
// Construct the full card URL

src/data/footer-items.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ export const footerItems = {
1919
resources: [
2020
{
2121
label: 'Documentation',
22-
href: 'https://docs.oceanparcels.org/en/latest/index.html',
22+
href: 'https://docs.parcels-code.org/en/latest/index.html',
2323
},
2424
{
2525
label: 'Installation',
26-
href: 'https://docs.oceanparcels.org/en/latest/installation.html',
26+
href: 'https://docs.parcels-code.org/en/latest/installation.html',
2727
},
2828
{
2929
label: 'Tutorials',
30-
href: 'https://docs.oceanparcels.org/en/latest/documentation/index.html',
30+
href: 'https://docs.parcels-code.org/en/latest/documentation/index.html',
3131
},
3232
],
3333

3434
community: [
3535
{
3636
label: 'Contribute',
37-
href: 'https://docs.oceanparcels.org/en/latest/community/index.html',
37+
href: 'https://docs.parcels-code.org/en/latest/community/index.html',
3838
},
3939
{
4040
label: 'GitHub Discussions',

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' },
44
{ label: 'Funders', href: '/#funders' },
55
{ label: 'Blog', href: '/blog' },
6-
{ label: 'Documentation', href: 'https://docs.oceanparcels.org' },
6+
{ label: 'Documentation', href: 'https://docs.parcels-code.org' },
77
]

src/data/projects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const Projects = [
44
description:
55
'PlasticParcels is a Python package to simulate the transport and dispersion of plastics in the ocean.',
66
repo: 'https://github.com/OceanParcels/plasticparcels',
7-
homepage: 'https://plastic.oceanparcels.org/en/latest/',
7+
homepage: 'https://plastic.parcels-code.org/en/latest/',
88
logo_light: '/projects/plasticparcelslogo.png',
99
logo_dark: '/projects/plasticparcelslogo_dia.png',
1010
},
@@ -13,7 +13,7 @@ export const Projects = [
1313
description:
1414
'VirtualShipParcels is a command-line simulator to plan and conduct a virtual research expedition.',
1515
repo: 'https://github.com/OceanParcels/virtualship',
16-
homepage: 'https://virtualship.oceanparcels.org',
16+
homepage: 'https://virtualship.parcels-code.org',
1717
logo_light: '/projects/virtual_ship_logo.png',
1818
logo_dark: '/projects/virtual_ship_logo_dia.png',
1919
},

src/lib/seo-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export function getRootURL() {
2-
let url = 'https://docs.oceanparcels.org'
2+
let url = 'https://docs.parcels-code.org'
33
return url
44
}

src/posts/10year-event-online-attendance/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
summary: 'On October 1-3 2025, we will celebrate the 10 year anniversary of Parcels in Utrecht, Netherlands. This page gives more information on how to join online.'
88
---
99

10-
From Wednesday 1st to Friday 3rd October, we will host a series of presentations and workshops, both in-person in Utrecht and online. See [the event website](https://oceanparcels.org/blog/10year-event) for more details.
10+
From Wednesday 1st to Friday 3rd October, we will host a series of presentations and workshops, both in-person in Utrecht and online. See [the event website](https://parcels-code.org/blog/10year-event) for more details.
1111

1212
There are two links to attend online that remain the same for the entire event:
1313

0 commit comments

Comments
 (0)