From a3b70423921aaf352b1dfb54b06fdbd2fc9d7c50 Mon Sep 17 00:00:00 2001 From: Ian Stephenson Date: Mon, 2 Jun 2014 18:05:22 -0700 Subject: [PATCH] Changed .html to .rst to fix links Fixed the links at the end of the page that link to Chapter 14 and Chapter 16. The links are actually jacobian/djangobook.com/blob/master/chapter14.rst and jacobian/djangobook.com/blob/master/chapter16.rst not ../chapter14.html and ../chapter16.html, respectively. --- chapter20.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter20.rst b/chapter20.rst index c2b3693..9f54fb1 100644 --- a/chapter20.rst +++ b/chapter20.rst @@ -516,5 +516,5 @@ your Django projects. We wish you the best of luck in running your Django site, whether it's a little toy for you and a few friends, or the next Google. -.. _Chapter 14: chapter14.html -.. _Chapter 16: chapter16.html +.. _Chapter 14: chapter14.rst +.. _Chapter 16: chapter16.rst