diff options
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index d3cf797a..a6bd1fb1 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -113,9 +113,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> </ul> @@ -124,11 +124,11 @@ <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://planet.archlinux.org/" title="Arch in the blogosphere">Planet Arch</a></li> - <li><a href="{% wiki_url 'International_Communities' %}" + <li><a href="{% wiki_url 'International_communities' %}" title="{{DISTRO_SHORTNAME}} communities in your native language">International Communities</a></li> </ul> @@ -182,12 +182,12 @@ <ul> <li><a href="{% url 'page-keys' %}" title="Package/Database signing master keys">Signing Master Keys</a></li> - <li><a href="{% wiki_url 'Arch_Linux_Press_Review' %}" + <li><a href="{% wiki_url 'Arch_Linux_press_coverage %}" title="{{ BRANDING_DISTRONAME }} in the media">Press Coverage</a></li> <li><a href="{% url 'page-art' %}" title="{{ BRANDING_SHORTNAME }} logos and other artwork for promotional use">Logos & Artwork</a></li> <li><a href="{% url 'news-list' %}" title="News Archives">News Archives</a></li> <li><a href="/feeds/" title="Various RSS Feeds">RSS Feeds</a></li> - <li><a href="{% url 'page-devs' %}" title="Active Developers">Developer Profiles</a></li> + <li><a href="{% url 'page-devs' %}" title="Active developers">Developer Profiles</a></li> <li><a href="{% url 'page-tus' %}" title="Active Trusted Users (TUs)">Trusted User Profiles</a></li> <li><a href="{% url 'page-fellows' %}" title="Retired Developers">Fellows Profiles</a></li> </ul> |