Skip to content

Commit 2e3b01b

Browse files
Merge branch 'migration' of https://github.com/OceanParcels/oceanparcels_website into migration
2 parents 651df67 + b738a5a commit 2e3b01b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/paper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const Paper = ({
1313
title,
1414
published_info,
1515
authors,
16-
link,
16+
doi,
1717
abstract,
1818
number,
1919
}) => {
@@ -38,7 +38,7 @@ export const Paper = ({
3838
</Box>
3939
<Link
4040
textAlign='left'
41-
href={link}
41+
href={doi}
4242
color='blue.500'
4343
isExternal
4444
onClick={(e) => {

0 commit comments

Comments
 (0)