summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-05 08:23:34 -0400
committerTim Graham <timograham@gmail.com>2014-08-05 08:23:34 -0400
commit0efd72dc908da84d7d586d553cce34f0cf01eb54 (patch)
tree6f6cafd26f0525896abd67341400103f4f2286a0 /docs/ref
parentfcd42a48190d395b8daea82acfc0609549a78705 (diff)
Fixed broken links in docs.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/sitemaps.txt2
-rw-r--r--docs/ref/django-admin.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt
index e6817dbba4..8c43b672d8 100644
--- a/docs/ref/contrib/sitemaps.txt
+++ b/docs/ref/contrib/sitemaps.txt
@@ -470,7 +470,7 @@ generate a Google News compatible sitemap:
{% endspaceless %}
</urlset>
-.. _`Google news sitemaps`: https://support.google.com/webmasters/answer/74288?hl=en
+.. _`Google news sitemaps`: https://support.google.com/news/publisher/answer/74288?hl=en
Pinging Google
==============
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index a4af26851d..d271eafc00 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1779,7 +1779,7 @@ Support for color-coded output from ``django-admin`` / ``manage.py``
utilities on Windows by relying on the ANSICON application was added in Django
1.7.
-.. _ANSICON: http://adoxa.hostmyway.net/ansicon/
+.. _ANSICON: http://adoxa.altervista.org/ansicon/
Bash completion
---------------