Skip to content

Commit

Permalink
next page url was broken -- also addressed a few other urls. Will add…
Browse files Browse the repository at this point in the history
…ress the others in another commit
  • Loading branch information
esacteksab committed Sep 19, 2012
1 parent 03f9c53 commit bc01b85
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion en/chapter01.rst
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,4 @@ What's Next
In the `next chapter`_, we'll get started with Django, covering installation and
initial setup.

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

.. _learn the basics: ../chapter03/
.. _learn the basics: chapter03.html
2 changes: 1 addition & 1 deletion en/chapter03.rst
Original file line number Diff line number Diff line change
Expand Up @@ -909,4 +909,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`_.

.. _next chapter: ../chapter04/
.. _next chapter: chapter04.html
2 changes: 1 addition & 1 deletion en/chapter04.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1657,4 +1657,4 @@ stored in a relational database. This allows a clean separation of data and logi

The `next chapter`_ covers the tools Django gives you to interact with a database.

.. _next chapter: ../chapter05/
.. _next chapter: chapter05.html
2 changes: 1 addition & 1 deletion en/chapter05.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1383,4 +1383,4 @@ case it would be helpful to have a Web-based interface for entering and
managing data. The `next chapter`_ covers Django's admin interface, which exists
precisely for that reason.

.. _next chapter: ../chapter06/
.. _next chapter: chapter06.html
2 changes: 1 addition & 1 deletion en/chapter06.rst
Original file line number Diff line number Diff line change
Expand Up @@ -987,4 +987,4 @@ So far we've created a few models and configured a top-notch interface for
editing data. In the `next chapter`_, we'll move on to the real "meat and potatoes"
of Web development: form creation and processing.

.. _next chapter: ../chapter07/
.. _next chapter: chapter07.html
4 changes: 2 additions & 2 deletions en/chapter07.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1282,5 +1282,5 @@ missing pieces as you need them.
We'll start in `Chapter 8`_ by doubling back and taking a closer look at views
and URLconfs (introduced first in `Chapter 3`_).

.. _Chapter 3: ../chapter03/
.. _Chapter 8: ../chapter08/
.. _Chapter 3: chapter03.html
.. _Chapter 8: chapter08.html
2 changes: 1 addition & 1 deletion en/chapter08.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1130,4 +1130,4 @@ This chapter has provided many advanced tips and tricks for views and URLconfs.
Next, in `Chapter 9`_, we'll give this advanced treatment to Django's template
system.

.. _Chapter 9: ../chapter09/
.. _Chapter 9: chapter09.html
2 changes: 1 addition & 1 deletion en/chapter09.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1290,4 +1290,4 @@ What's Next
Continuing this section's theme of advanced topics, the `next chapter`_ covers
advanced usage of Django models.

.. _next chapter: ../chapter10/
.. _next chapter: chapter10.html
2 changes: 1 addition & 1 deletion en/chapter10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -598,4 +598,4 @@ What's Next?
In the `next chapter`_, we'll show you Django's "generic views" framework, which
lets you save time in building Web sites that follow common patterns.

.. _next chapter: ../chapter11/
.. _next chapter: chapter11.html
2 changes: 1 addition & 1 deletion en/chapter11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -518,4 +518,4 @@ recommended reading if you want to get the most out of this powerful feature.
This concludes the section of this book devoted to "advanced usage." In the
`next chapter`_, we cover deployment of Django applications.

.. _next chapter: ../chapter12/
.. _next chapter: chapter12.html
2 changes: 1 addition & 1 deletion en/chapter12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ Of course, selecting memcached does you no good if you don't actually use it.
framework, and use it everywhere possible. Aggressive, preemptive caching is
usually the only thing that will keep a site up under major traffic.

.. _Chapter 15: ../chapter15/
.. _Chapter 15: chapter15.html

Join the Conversation
---------------------
Expand Down
2 changes: 1 addition & 1 deletion en/chapter13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -986,4 +986,4 @@ Next, we'll continue to dig deeper into the built-in tools Django gives you.
`Chapter 14`_ looks at all the tools you need to provide user-customized
sites: sessions, users, and authentication.

.. _Chapter 14: ../chapter14/
.. _Chapter 14: chapter14.html
2 changes: 1 addition & 1 deletion en/chapter14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
.. _next chapter: chapter15.html
6 changes: 5 additions & 1 deletion en/chapter15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -757,5 +757,9 @@ What's Next?

Django ships with a number of "contrib" packages -- optional features that can
make your life easier. We've already covered a few of these: the admin site
(Chapter 6) and the session/user framework (Chapter 14). The next chapter
(`Chapter 6`_) and the session/user framework (`Chapter 14`_). The `next chapter`_
covers more of the "contributed" subframeworks.

.. _Chapter 6: chapter06.html
.. _Chapter 14: chapter14.html
.. _next chapter: chapter16.html
2 changes: 1 addition & 1 deletion en/chapter16.rst
Original file line number Diff line number Diff line change
Expand Up @@ -946,4 +946,4 @@ and/or after every request and can modify requests and responses at will, to
extend the framework. In the `next chapter`_, we'll discuss Django's built-in
middleware and explain how you can write your own.

.. _next chapter: ../chapter17/
.. _next chapter: chapter17.html
2 changes: 1 addition & 1 deletion en/chapter17.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,4 @@ Web developers and database-schema designers don't always have the luxury of
starting from scratch. In the `next chapter`_, we'll cover how to integrate with
legacy systems, such as database schemas you've inherited from the 1980s.

.. _next chapter: ../chapter18/
.. _next chapter: chapter18.html
2 changes: 1 addition & 1 deletion en/chapter18.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ framework (and the hard work of Django's volunteer translators). The
`next chapter`_ explains how to use this framework to provide localized Django
sites.

.. _next chapter: ../chapter19/
.. _next chapter: chapter19.html
2 changes: 1 addition & 1 deletion en/chapter19.rst
Original file line number Diff line number Diff line change
Expand Up @@ -940,4 +940,4 @@ What's Next?
The `final chapter`_ focuses on security -- how you can help secure your sites and
your users from malicious attackers.

.. _final chapter: ../chapter20/
.. _final chapter: chapter20.html
4 changes: 2 additions & 2 deletions en/chapter20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
.. _Chapter 16: ../chapter16/
.. _Chapter 14: chapter14.html
.. _Chapter 16: chapter16.html

0 comments on commit bc01b85

Please sign in to comment.