Skip to content

Commit

Permalink
fix link to microsoft store
Browse files Browse the repository at this point in the history
the old link returns a 503 since some days,
the new one seems to be better also as no language and selected tab is included.
  • Loading branch information
r10s committed Nov 10, 2024
1 parent b5081e0 commit ad0d1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/download-boxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h1>{%if tx.menu.download != ""%}{{ tx.menu.download }}{%else%}{{ txEn.menu.down
<div class="box" id="windows">
<div class="title">Windows</div>
<div class="buttons">
<a href="https://www.microsoft.com/en-us/p/deltachat/9pjtxx7hn3pk?activetab=pivot:overviewtab" class="img-badge">
<a href="https://apps.microsoft.com/detail/9pjtxx7hn3pk" class="img-badge">
<img src="../assets/badges/microsoft.svg" alt="{%if tx.download.dl_microsoft != ""%}{{ tx.download.dl_microsoft }}{%else%}{{ txEn.download.dl_microsoft }}{%endif%}" width=133 height=48 />
</a>
</div>
Expand Down

0 comments on commit ad0d1b9

Please sign in to comment.