diff options
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/download.html | 2 | ||||
-rw-r--r-- | templates/public/index.html | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 00db9bed..967d8a6e 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -28,7 +28,7 @@ {% if release.version %}<li><strong>Current Release:</strong> {{ release.version }}</li>{% endif %} {% if release.kernel_version %}<li><strong>Included Kernel:</strong> {{ release.kernel_version }}</li>{% endif %} {% if release.torrent_data %}<li><strong>ISO Size:</strong> {{ release.torrent.file_length|filesizeformat }}</li>{% endif %} - <li><a href="https://wiki.archlinux.org/index.php/Installation_Guide">Installation Guide</a></li> + <li><a href="https://wiki.archlinux.org/index.php/Installation_guide">Installation Guide</a></li> <li><strong>Resources:</strong> <ul> <li><a href="https://bugs.archlinux.org/index.php?project=6" diff --git a/templates/public/index.html b/templates/public/index.html index ab836569..89486be8 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -112,9 +112,9 @@ <ul> <li><a href="https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li> - <li><a href="https://wiki.archlinux.org/index.php/Installation_Guide" + <li><a href="https://wiki.archlinux.org/index.php/Installation_guide" title="Installation guide">Installation Guide</a></li> - <li><a href="https://wiki.archlinux.org/index.php/Beginners'_Guide" + <li><a href="https://wiki.archlinux.org/index.php/Beginners'_guide" title="A good place to start for beginners">Beginners' Guide</a></li> </ul> @@ -123,11 +123,11 @@ <ul> <li><a href="https://mailman.archlinux.org/mailman/listinfo/" title="Community and developer mailing lists">Mailing Lists</a></li> - <li><a href="https://wiki.archlinux.org/index.php/IRC_Channels" + <li><a href="https://wiki.archlinux.org/index.php/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="https://wiki.archlinux.org/index.php/International_Communities" + <li><a href="https://wiki.archlinux.org/index.php/International_communities" title="Arch communities in your native language">International Communities</a></li> </ul> @@ -180,7 +180,7 @@ <ul> <li><a href="{% url 'page-keys' %}" title="Package/Database signing master keys">Signing Master Keys</a></li> - <li><a href="https://wiki.archlinux.org/index.php/Arch_Linux_Press_Review" + <li><a href="https://wiki.archlinux.org/index.php/Arch_Linux_press_coverage" title="Arch Linux in the media">Press Coverage</a></li> <li><a href="{% url 'page-art' %}" title="Arch logos and other artwork for promotional use">Logos & Artwork</a></li> <li><a href="{% url 'news-list' %}" title="News Archives">News Archives</a></li> |