From 66ca5b82f75c65529c0433f8095790d615da453d Mon Sep 17 00:00:00 2001 From: Joerg Gamerdinger Date: Sun, 28 Apr 2024 16:47:40 +0200 Subject: [PATCH] updated download link. --- src/navigation.js | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/navigation.js b/src/navigation.js index 9414784..9c7702c 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -31,7 +31,7 @@ export const headerData = { href: getPermalink('/#faqs'), }, ], - actions: [{ text: 'Download', href: 'https://es-cloud.cs.uni-tuebingen.de/d/6f3ff57206ea4f9dbfee/', target: '_blank' }], + actions: [{ text: 'Download', href: 'https://es-cloud.cs.uni-tuebingen.de/d/05d6ed2ea93f4c73a057/', target: '_blank' }], }; export const footerData = { diff --git a/src/pages/index.astro b/src/pages/index.astro index 6c1c754..0727cc9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -41,7 +41,7 @@ const metadata = { { variant: 'primary', text: 'Dataset', - href: 'https://es-cloud.cs.uni-tuebingen.de/d/6f3ff57206ea4f9dbfee/', + href: 'https://es-cloud.cs.uni-tuebingen.de/d/05d6ed2ea93f4c73a057/', target: '_blank', icon: 'tabler:download', },