Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from unipept/fix/update-desktop-download-links
Browse files Browse the repository at this point in the history
Update download links for desktop app in documentation
  • Loading branch information
pverscha authored Feb 10, 2023
2 parents 58243ad + 5bcd571 commit e0eb959
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-container>
<h1 class="font-weight-light">
Unipept Desktop documentation <small>v2.0.0-alpha.11</small>
Unipept Desktop documentation <small>v2.0.0</small>
</h1>
<h3 class="font-weight-light mb-2">
The Unipept Desktop application allows, in contrast to the web application, to analyse much larger samples,
Expand Down Expand Up @@ -74,7 +74,7 @@
<v-btn
style="width: 100%;"
color="primary"
href="https://github.com/unipept/unipept-desktop/releases/latest/download/Unipept-Desktop.exe">
href="https://github.com/unipept/unipept-desktop/releases/latest/download/Unipept-Desktop-x64.exe">
<div class="d-flex align-center">
<v-icon class="mr-1">mdi-microsoft-windows</v-icon>
<span>Download for Windows</span>
Expand Down Expand Up @@ -109,7 +109,7 @@
<v-btn
style="width: 100%;"
color="primary"
href="https://github.com/unipept/unipept-desktop/releases/latest/download/Unipept-Desktop.AppImage">
href="https://github.com/unipept/unipept-desktop/releases/latest/download/Unipept-Desktop-x86_64.AppImage">
<div class="d-flex align-center">
<v-icon class="mr-1">mdi-linux</v-icon>
<span>Download for Linux</span>
Expand Down

0 comments on commit e0eb959

Please sign in to comment.