From a031cadf4e946921b2897b00dea45389dff6fe85 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 29 Jan 2007 00:25:14 +0000 Subject: [PATCH] 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 --- docs/design_philosophies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------------------