Skip to content

Commit 0ef63ca

Browse files
committed
Fix landing download links to always use latest release
1 parent 021813c commit 0ef63ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/landing/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -566,9 +566,9 @@ <h2 class="section-title">Ready to capture feedback faster?</h2>
566566
</svg>
567567
</div>
568568
<h3 class="download-title">macOS</h3>
569-
<p class="download-version">Version 2.0.0</p>
569+
<p class="download-version">Latest Version</p>
570570
<p class="download-requirements">macOS 12.0 or later<br>Apple Silicon & Intel</p>
571-
<a href="https://github.com/eddiesanjuan/markupr/releases/download/v2.0.0/markupr-2.0.0-arm64.dmg" class="btn btn-primary btn-block download-btn">
571+
<a href="https://github.com/eddiesanjuan/markupr/releases/latest" class="btn btn-primary btn-block download-btn">
572572
<svg class="btn-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
573573
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
574574
<polyline points="7 10 12 15 17 10"/>
@@ -584,9 +584,9 @@ <h3 class="download-title">macOS</h3>
584584
</svg>
585585
</div>
586586
<h3 class="download-title">Windows</h3>
587-
<p class="download-version">Version 2.0.0</p>
587+
<p class="download-version">Latest Version</p>
588588
<p class="download-requirements">Windows 10/11<br>64-bit required</p>
589-
<a href="https://github.com/eddiesanjuan/markupr/releases/tag/v2.0.0" class="btn btn-primary btn-block download-btn">
589+
<a href="https://github.com/eddiesanjuan/markupr/releases/latest" class="btn btn-primary btn-block download-btn">
590590
<svg class="btn-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
591591
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
592592
<polyline points="7 10 12 15 17 10"/>

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ <h1 class="display hero__headline">
11161116
</p>
11171117

11181118
<div class="hero__ctas">
1119-
<a href="https://github.com/eddiesanjuan/markupr/releases/download/v2.0.0/markupr-2.0.0-arm64.dmg" class="btn btn--primary" target="_blank" rel="noopener noreferrer">
1119+
<a href="https://github.com/eddiesanjuan/markupr/releases/latest" class="btn btn--primary" target="_blank" rel="noopener noreferrer">
11201120
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M12 2a10 10 0 0 0-3.16 19.5l.9-3.5h4.52l.9 3.5A10 10 0 0 0 12 2Z"/><path d="M12 2v7"/><path d="M8 9h8"/></svg>
11211121
Download for macOS
11221122
</a>

0 commit comments

Comments
 (0)