Skip to content

Commit 3c8fe17

Browse files
committed
links: link to gitlab in more places
1 parent d6e88c1 commit 3c8fe17

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ cola_release_date: "2025-12-30"
1313
cola_downloads: "https://github.com/git-cola/git-cola/releases/download"
1414
cola_archive: "https://github.com/git-cola/git-cola/archive"
1515
cola_github: "https://github.com/git-cola/git-cola"
16+
cola_gitlab: "https://gitlab.com/git-cola/git-cola"

_includes/download-box.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</tbody>
4949
</table>
5050
<br />
51-
<a href="{{ site.cola_github }}">Git Source Repository</a>
51+
<a href="{{ site.cola_gitlab }}">Git Source Repository</a>
5252
<br />
5353
<a href="{{ site.cola_github }}/releases">Older Releases</a>
5454
</div>

_layouts/headerbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="stylesheet" type="text/css" href="{{ page.prefix }}cola.css" />
77
<link rel="icon" type="image/png" href="{{ page.prefix }}images/favicon.png" />
88
<link rel="alternate" type="application/atom+xml" title="git-cola news feed"
9-
href="{{ site.cola_github }}/commits/main.atom" />
9+
href="{{ site.cola_gitlab }}/-/commits/main.atom" />
1010
</head>
1111
<body>
1212
<header class="headerbar">

0 commit comments

Comments
 (0)