diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-05 08:23:34 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-05 08:23:34 -0400 |
| commit | 0efd72dc908da84d7d586d553cce34f0cf01eb54 (patch) | |
| tree | 6f6cafd26f0525896abd67341400103f4f2286a0 /docs/ref | |
| parent | fcd42a48190d395b8daea82acfc0609549a78705 (diff) | |
Fixed broken links in docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/sitemaps.txt | 2 | ||||
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
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 --------------- |
