From 3aba89dce81a47bbd2fbe99f46636108e243641b Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Sat, 16 Jan 2016 23:20:02 +0100 Subject: [PATCH] Update documentation links to Django 1.9 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 098bc58..f249b24 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,8 +31,8 @@ pygments_style = 'sphinx' intersphinx_mapping = { 'http://docs.python.org/2.7': None, - 'http://docs.djangoproject.com/en/1.8': - 'http://docs.djangoproject.com/en/1.8/_objects/', + 'http://docs.djangoproject.com/en/1.9': + 'http://docs.djangoproject.com/en/1.9/_objects/', }