diff options
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index b97c7909..6ef6b4bf 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -114,9 +114,9 @@ <ul> <li><a href="{% wiki_url %}" title="Community documentation">Wiki</a></li> - <li><a href="{% wiki_url 'Installation Guide' %}" + <li><a href="{% wiki_url 'Installation_guide' %}" title="Installation guide">Installation Guide</a></li> - <li><a href="{% wiki_url "Beginners'_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 'Migration' %}" title="Free your Arch installation">Migration from Arch Linux</a></li> @@ -127,7 +127,7 @@ <ul> <li><a href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/" title="Community and developer mailing lists">Mailing Lists</a></li> - <li><a href="{% wiki_url 'IRC_Channels' %}" + <li><a href="{% wiki_url 'IRC_channels' %}" title="Official and regional IRC communities">IRC Channels</a></li> <li><a href="https://identi.ca/group/parabola" title="Parabola at identi.ca">Identi.ca group</a></li> |