summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-01-29 00:25:14 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-01-29 00:25:14 +0000
commita031cadf4e946921b2897b00dea45389dff6fe85 (patch)
tree2b303f03149969522b47be622706590a87c9122d
parent829e4c70f8953600cad8cb6120552f072473fb6d (diff)
Fixed #3385 -- Fixed broken link in docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/design_philosophies.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt
index b2733640e9..72aa8ade95 100644
--- a/docs/design_philosophies.txt
+++ b/docs/design_philosophies.txt
@@ -186,7 +186,7 @@ code.
This is the philosophy behind `template inheritance`_.
-.. _template inheritance: ./templates/#template-inheritance
+.. _template inheritance: ../templates/#template-inheritance
Be decoupled from HTML
----------------------