diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-19 18:28:08 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-19 18:28:08 +0000 |
| commit | c5068ff4acb44cd2d30794618b972e7c045290be (patch) | |
| tree | a40be0910d5459d3daf06a7a748ea7bda7dfc984 | |
| parent | f125fb0afc2e00612701f825c8456acdcb53e55b (diff) | |
Fixed ReST bugs in [1291]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1292 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/url_dispatch.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/url_dispatch.txt b/docs/url_dispatch.txt index d08ba702f6..a18d5e9c18 100644 --- a/docs/url_dispatch.txt +++ b/docs/url_dispatch.txt @@ -12,7 +12,7 @@ There's no ``.php`` or ``.cgi`` required, and certainly none of that See `Cool URIs don't change`_, by World Wide Web creator Tim Berners-Lee, for excellent arguments on why URLs should be clean and usable. -.. _http://www.w3.org/Provider/Style/URI: Cool URIs don't change +.. _Cool URIs don't change: http://www.w3.org/Provider/Style/URI Overview ======== @@ -232,6 +232,8 @@ With this in mind, the above example can be written more concisely as:: Note that you don't put a trailing dot (``"."``) in the prefix. Django puts that in automatically. +.. _Django overview: http://www.djangoproject.com/documentation/overview/ + Including other URLconfs ======================== |
