Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Commit

Permalink
Merge pull request #35 from belgianguy/patch-1
Browse files Browse the repository at this point in the history
.RST to .HTML link (generates 404 on production)
  • Loading branch information
jacobian committed Apr 22, 2013
2 parents b67215a + a1057c4 commit 1498e3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chapter01.rst
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,4 @@ What's Next
In `Chapter 2`_, we'll get started with Django, covering installation and
initial setup.

.. _Chapter 2: chapter02.rst/
.. _Chapter 2: chapter02.html
2 changes: 1 addition & 1 deletion chapter02.rst
Original file line number Diff line number Diff line change
Expand Up @@ -502,4 +502,4 @@ What's Next?
Now that you have everything installed and the development server running,
you're ready to :doc: learn the basics `Chapter 3`_, of serving Web pages with Django.

.. _Chapter 3: chapter03.rst/
.. _Chapter 3: chapter03.html
2 changes: 1 addition & 1 deletion chapter03.rst
Original file line number Diff line number Diff line change
Expand Up @@ -913,4 +913,4 @@ Django ships with a simple yet powerful template engine that allows you to
separate the design of the page from the underlying code. We'll dive into
Django's template engine in the next chapter `Chapter 4`_.

.. _Chapter 4: chapter04.rst/
.. _Chapter 4: chapter04.html

0 comments on commit 1498e3c

Please sign in to comment.