Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ const ProjectAnalysis = () => {
</Box>
<Button
size='xs'
href={`/research/forest-offsets?id=${selected}`}
href={`/research/forest-offsets-crediting?id=${selected}`}
inverted
suffix={<RotatingArrow />}
sx={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const Info = ({ project, mobile = false }) => {
<Button
size='xs'
inverted
href={`/research/forest-offsets?id=${id}`}
href={`/research/forest-offsets-crediting?id=${id}`}
suffix={<RotatingArrow />}
sx={{
cursor: 'pointer',
Expand Down
2 changes: 1 addition & 1 deletion contents/publications.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const publications = [
label: 'Explainer article',
href: '/research/forest-offsets-explainer',
},
{ label: 'Map tool', href: '/research/forest-offsets' },
{ label: 'Map tool', href: '/research/forest-offsets-crediting' },
{
label: 'Press coverage',
href: 'https://www.propublica.org/article/the-climate-solution-actually-adding-millions-of-tons-of-co2-into-the-atmosphere',
Expand Down