summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2012-05-03 12:42:56 -0300
committerRamiro Morales <cramm0@gmail.com>2012-05-03 12:42:56 -0300
commite9a56606e738c478373d052bbd876ff84afdb995 (patch)
tree5757f7211100aedb513751bffa938aac7336e14a /docs/ref/django-admin.txt
parentea28bc2688b44559787fc12a3b8fc7939ee86f9b (diff)
Fixed broken URLs introduced in 1adc87cd32.
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 3ddb390428..0ea8252c71 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -926,7 +926,7 @@ with the ``--name`` option. The :class:`template context
To work around this problem, you can use the :ttag:`templatetag`
templatetag to "escape" the various parts of the template syntax.
-.. _source: https://github.com/django/django/tree/master/django/django/conf/app_template/
+.. _source: https://github.com/django/django/tree/master/django/conf/app_template/
startproject <projectname> [destination]
----------------------------------------
@@ -980,7 +980,7 @@ with the ``--name`` option. The :class:`template context
Please also see the :ref:`rendering warning <render_warning>` as mentioned
for :djadmin:`startapp`.
-.. _`template source`: https://github.com/django/django/tree/master/django/django/conf/project_template/
+.. _`template source`: https://github.com/django/django/tree/master/django/conf/project_template/
syncdb
------