diff options
| author | Maxime Turcotte <maxime.turcotte@savoirfairelinux.com> | 2014-06-10 15:16:31 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-10 15:39:05 -0400 |
| commit | de0e285be80e0ca756088a97335d8faa698fbe6b (patch) | |
| tree | a5f1844a23ac5b7664a6ac278570c6565d23f875 /docs/topics/http | |
| parent | 0767055dfc255ba120811f6d9cba2c7e593b0731 (diff) | |
[1.7.x] Fixed #22801 -- Added 'www.' to diveintopython.net links
Backport of f97c53c098 from master
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/urls.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index 52ef88b113..f8bb9832da 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -112,7 +112,7 @@ Example requests: * ``/articles/2003/03/03/`` would match the final pattern. Django would call the function ``news.views.article_detail(request, '2003', '03', '03')``. -.. _Dive Into Python's explanation: http://diveintopython.net/regular_expressions/street_addresses.html#re.matching.2.3 +.. _Dive Into Python's explanation: http://www.diveintopython.net/regular_expressions/street_addresses.html#re.matching.2.3 Named groups ============ |
