Skip to content

Commit

Permalink
Merge pull request #17 from amitu/minor_doc_fix
Browse files Browse the repository at this point in the history
minor fix in docs
  • Loading branch information
jezdez committed Jan 16, 2014
2 parents 82ba301 + 561cff8 commit d3087bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.txt
Expand Up @@ -55,7 +55,7 @@ In case you want to use specific sitemap URLs instead of the one that is
automatically discovered, change the ``ROBOTS_SITEMAP_URLS`` setting to::

ROBOTS_SITEMAP_URLS = [
http://www.example.com/sitemap.xml,
'http://www.example.com/sitemap.xml',
]

.. _Sitemap contrib app: http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/
Expand Down

0 comments on commit d3087bb

Please sign in to comment.