Skip to content

Commit 14f9556

Browse files
committed
Switch download link to directly link to dmg file
Also, provide a separate link to link to the release notes. This is more in tune with what other software projects do and more user-friendly as most people just want a direct link to download the dmg file. This does create more release burden as we now have to go through and update the links every time we release but it's not a big deal.
1 parent 020c5d0 commit 14f9556

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@
1414
<section class="page-header">
1515
<h1 class="project-name">MacVim</h1>
1616
<h2 class="project-tagline">Vim - the text editor - for macOS</h2>
17-
<a href="https://github.com/macvim-dev/macvim/releases/latest" class="btn">Download Latest Binary Release</a>
17+
<a href="https://github.com/macvim-dev/macvim/releases/download/snapshot-165/MacVim.dmg" class="btn">Download MacVim</a><br />
18+
<a href="https://github.com/macvim-dev/macvim/releases/latest">Release Notes (r165)</a>
1819
</section>
1920

2021
<section class="main-content">
2122
<ul>
2223
<li>
2324
<a href="https://github.com/macvim-dev/macvim">GitHub</a>: MacVim GitHub page</li>
2425
<li>
25-
<a href="https://github.com/macvim-dev/macvim/releases">Releases</a>: Binary releases</li>
26+
<a href="https://github.com/macvim-dev/macvim/releases">Releases</a>: Binary releases and release notes</li>
2627
<li>
2728
<a href="https://github.com/macvim-dev/macvim/wiki/FAQ">FAQ</a>: Answers to some frequently asked questions</li>
2829
<li>

stylesheets/stylesheet.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ a {
5959
background-color: #159957;
6060
background-image: linear-gradient(120deg, #155799, #159957); }
6161

62+
.page-header a {
63+
color: rgba(255, 255, 255, 0.7); }
64+
6265
@media screen and (min-width: 64em) {
6366
.page-header {
6467
padding: 5rem 6rem; } }

0 commit comments

Comments
 (0)