Skip to content

Commit 7d3e660

Browse files
authored
Merge pull request #17 from thomaszwagerman/tz/fix-eds-link
Replace broken links to EDS gallery
2 parents de0a79f + 20145c5 commit 7d3e660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const images = import.meta.glob<{ default: ImageMetadata }>('/src/assets/images/
4040
{
4141
variant: 'primary',
4242
text: 'Get started (Basic)',
43-
href: 'https://edsbook.org/notebooks/gallery/67a1e320-7c47-4ea9-8df8-e868326bc90b/notebook',
43+
href: 'https://edsbook.org/67a1e320-7c47-4ea9-8df8-e868326bc90b/notebook',
4444
target: '_blank',
4545
icon: 'tabler:external-link-off',
4646
},
@@ -480,7 +480,7 @@ const images = import.meta.glob<{ default: ImageMetadata }>('/src/assets/images/
480480
title: 'Alan Turing Institute EDSBook publication',
481481
subtitle: '',
482482
description: 'Publication of IceNet usage notebook in the Alan Turing Institute EDSBook',
483-
link: 'https://edsbook.org/notebooks/gallery/67a1e320-7c47-4ea9-8df8-e868326bc90b/notebook',
483+
link: 'https://edsbook.org/67a1e320-7c47-4ea9-8df8-e868326bc90b/notebook',
484484
icon: 'tabler:notebook',
485485
},
486486
{

0 commit comments

Comments
 (0)