1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

[1.0.X] Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor.

[9312] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey
2008-11-01 19:05:46 +00:00
parent 587a2f9809
commit d6a1e2ef7a
10 changed files with 11 additions and 11 deletions

View File

@@ -128,7 +128,7 @@ Finally, a performance note: these regular expressions are compiled the first
time the URLconf module is loaded. They're super fast.
.. _Wikipedia's entry: http://en.wikipedia.org/wiki/Regular_expression
.. _Python documentation: http://www.python.org/doc/current/lib/module-re.html
.. _Python documentation: http://docs.python.org/library/re.html
Write your first view
=====================