Skip to content

Commit 101fe27

Browse files
committed
downloads: add links to gitlab and github
1 parent 4049300 commit 101fe27

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

downloads.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,19 @@ <h2 class="title">
4141

4242
<li>
4343
<a href="{{ site.cola_archive }}/v{{ site.cola_version }}.tar.gz">
44-
git-cola v{{ site.cola_version }}</a> (latest stable release)
44+
Git Cola v{{ site.cola_version }}</a> (latest stable release)
4545
</li>
4646
<li>
47-
<a href="{{ site.cola_github }}">
48-
Git Cola's git repository</a>
47+
<a href="{{ site.cola_github }}/releases">
48+
All Releases</a>
4949
</li>
5050
<li>
51-
<a href="{{ site.cola_github }}/releases">
52-
Fresh git-cola releases hot off the presses</a>
51+
<a href="https://gitlab.com/git-cola/git-cola/-/tags">
52+
Sources (gitlab)</a>
53+
</li>
54+
<li>
55+
<a href="https://github.com/git-cola/git-cola/tags">
56+
Sources (github)</a>
5357
</li>
5458
</ul>
5559

0 commit comments

Comments
 (0)