Skip to content

Commit

Permalink
Links
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 26, 2024
1 parent d4d56c0 commit 0ec5769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand All @@ -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',
},
Expand Down

0 comments on commit 0ec5769

Please sign in to comment.