From 11e29c887ac7b6e9b8e35bd1963c64b1e088e4cd Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 17 Sep 2008 07:59:05 +0000 Subject: [PATCH] Fixed some misordered markup for the ROOT_URLCONF setting in the docs. Fixed #9098. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9061 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 3dd83eba5b..08f93246a7 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -804,8 +804,8 @@ the ``hasNoProfanities`` validator is called. We don't list the default values here, because that would be profane. To see the default values, see the file `django/conf/global_settings.py`_. -.. setting:: ROOT_URLCONF .. _django/conf/global_settings.py: http://code.djangoproject.com/browser/django/trunk/django/conf/global_settings.py +.. setting:: ROOT_URLCONF ROOT_URLCONF ------------