Commit 8b0411b384b9b796bc23187a7f9d929e81bfaf79

Authored by Paulius Zaleckas
Committed by Claude Paroz
1 parent 295dbdc2

docs: Fix external references to point to Django stable

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -288,5 +288,5 @@ epub_copyright = u'2013, Django Software Foundation and contributors'
288 288 # Example configuration for intersphinx: refer to the Python standard library.
289 289 intersphinx_mapping = {
290 290 'python': ('http://docs.python.org/', None),
291   - 'django': ('http://docs.djangoproject.com/en/1.5', 'http://docs.djangoproject.com/en/1.5/_objects'),
  291 + 'django': ('http://docs.djangoproject.com/en/stable', 'http://docs.djangoproject.com/en/stable/_objects'),
292 292 }
... ...
Please register or login to post a comment