From 0ec57694f1f08ad5c9fdd08649fbf0210e4a4813 Mon Sep 17 00:00:00 2001 From: Joerg Gamerdinger Date: Fri, 26 Apr 2024 17:47:40 +0200 Subject: [PATCH] Links --- src/navigation.js | 2 +- src/pages/index.astro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/navigation.js b/src/navigation.js index 49459ac..9414784 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -31,7 +31,7 @@ export const headerData = { href: getPermalink('/#faqs'), }, ], - actions: [{ text: 'Download', href: 'https://github.com/onwidget/astrowind', target: '_blank' }], + actions: [{ text: 'Download', href: 'https://es-cloud.cs.uni-tuebingen.de/d/6f3ff57206ea4f9dbfee/', target: '_blank' }], }; export const footerData = { diff --git a/src/pages/index.astro b/src/pages/index.astro index ac25ed6..734e036 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -41,7 +41,7 @@ const metadata = { { variant: 'primary', text: 'Dataset', - href: 'https://github.com/onwidget/astrowind', + href: 'https://es-cloud.cs.uni-tuebingen.de/d/6f3ff57206ea4f9dbfee/', target: '_blank', icon: 'tabler:download', }, @@ -55,7 +55,7 @@ const metadata = { { variant: 'primary', text: 'Paper', - href: 'https://github.com/onwidget/astrowind', + href: 'https://github.com/ekut-es/scope-dataset/paper', target: '_blank', icon: 'tabler:file-text', },