summaryrefslogtreecommitdiff
path: root/templates/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/index.html')
-rw-r--r--templates/public/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index eb7e81a1..21c6935b 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -113,8 +113,12 @@
<ul>
<li><a href="{% wiki_url %}"
title="Community documentation">Wiki</a></li>
- <li><a href="{% wiki_url 'Installation_guide' %}"
+ <li><a href="{% wiki_url "Beginners'_guide" %}"
+ title="A good place to start for beginners">Beginners' Guide</a></li>
+ <li><a href="{% wiki_url 'Installation_Guide' %}"
title="Installation guide">Installation Guide</a></li>
+ <li><a href="{% wiki_url 'ARM_Installation_Guide' %}"
+ title="ARM Installation guide">ARM Installation Guide</a></li>
<li><a href="{% wiki_url 'Migration' %}"
title="Free your Arch installation">Migration from Arch</a></li>
<li><a href="{% wiki_url 'Migration_from_Arch_ARM' %}"