summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Adamski <ar4s@users.noreply.github.com>2017-01-30 18:07:14 +0100
committerTim Graham <timograham@gmail.com>2017-01-30 12:07:55 -0500
commit39fe2713ffab2d26a770cd61dc2eed11bcf648ed (patch)
treea87fd090a4e9d0ab3ee4824f50414a8a0a7507cb
parente1b8ac5a37d685c3a320bea4446ec54d6d07167d (diff)
downloaddjango-39fe2713ffab2d26a770cd61dc2eed11bcf648ed.tar.gz
[1.9.x] Fixed incorrect namespace in sitemap example.
Backport of 274ca999825bb782bbbddd769783cf2aa91de7f9 from master
-rw-r--r--docs/ref/contrib/sitemaps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt
index 8fb6a4d4b5..6126c0c448 100644
--- a/docs/ref/contrib/sitemaps.txt
+++ b/docs/ref/contrib/sitemaps.txt
@@ -459,7 +459,7 @@ generate a Google News compatible sitemap:
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
- xmlns:news="https://www.google.com/schemas/sitemap-news/0.9">
+ xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
{% spaceless %}
{% for url in urlset %}
<url>