From e011975138d4caff21ceb8ccb0b4cc550241bdf1 Mon Sep 17 00:00:00 2001 From: Ian Stephenson Date: Mon, 2 Jun 2014 17:57:14 -0700 Subject: [PATCH] Changed .html to .rst to fix link Fixed the link at the end of the page that links to Chapter 15. The link is actually jacobian/djangobook.com/blob/master/chapter15.rst not ../chapter15.html. --- chapter14.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter14.rst b/chapter14.rst index d2baa00..b3cb1b3 100644 --- a/chapter14.rst +++ b/chapter14.rst @@ -1236,4 +1236,4 @@ available. In the `next chapter`_, we'll take a look at Django's caching infrastructure, which is a convenient way to improve the performance of your application. -.. _next chapter: chapter15.html +.. _next chapter: chapter15.rst