Skip to content

Commit addf2de

Browse files
lahwaaczjelly
authored andcommitted
Add link to the Developer Manual
1 parent 6ec23f5 commit addf2de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
{% if user.is_authenticated %}
2626
<ul>
2727
<li><a href="{% url 'devel-index' %}" title="Developer Dashboard">Dashboard</a></li>
28+
<li><a href="https://manual.archlinux.page/">Developer Manual</a></li>
2829
<li><a href="https://wiki.archlinux.org/title/DeveloperWiki"
2930
title="Developer Wiki">DevWiki</a></li>
3031
<li><a href="{% url 'news-list' as newsl %}{{ newsl }}" title="Manage news articles">News</a></li>

0 commit comments

Comments
 (0)