aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-24 10:45:14 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-24 10:45:14 +0100
commit2415e105a501c1f2776639a2b1e23f1b113f5373 (patch)
tree4130e8705e7575d02ecf721ec2e372809b9c6640
parentdownloads/signatures: Update key expiration dates (diff)
downloadwww-2415e105a501c1f2776639a2b1e23f1b113f5373.tar.gz
www-2415e105a501c1f2776639a2b1e23f1b113f5373.tar.bz2
www-2415e105a501c1f2776639a2b1e23f1b113f5373.zip
glep: Link GLEP source to gitweb
The .rst files served by www.g.o are currently broken (do not include preamble), so direct users to gitweb until it's fixed. This also makes it easier to look the file history up. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--_layouts/glep.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/glep.html b/_layouts/glep.html
index f78e9fb..d6007ce 100644
--- a/_layouts/glep.html
+++ b/_layouts/glep.html
@@ -66,7 +66,7 @@ nav2-display: true
<tr>
<th>GLEP source</th>
<td>
- <a href='{{ page.source | xml_escape }}'>{{ page.source | xml_escape }}</a>
+ <a href='https://gitweb.gentoo.org/data/glep.git/tree/{{ page.source | xml_escape }}'>{{ page.source | xml_escape }}</a>
</td>
</tr>
</table>