summaryrefslogtreecommitdiff
path: root/docs/legacy_databases.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/legacy_databases.txt')
-rw-r--r--docs/legacy_databases.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/legacy_databases.txt b/docs/legacy_databases.txt
index 3e2753baca..ca3927e52f 100644
--- a/docs/legacy_databases.txt
+++ b/docs/legacy_databases.txt
@@ -9,7 +9,7 @@ utilities to automate as much of this process as possible.
This document assumes you know the Django basics, as covered in the
`official tutorial`_.
-.. _official tutorial: ../tutorial1/
+.. _official tutorial: ../tutorial01/
Give Django your database parameters
====================================
@@ -52,7 +52,7 @@ Once you've cleaned up your models, name the file ``models.py`` and put it in
the Python package that holds your app. Then add the app to your
``INSTALLED_APPS`` setting.
-.. _django-admin.py documentation: ../django_admin/
+.. _django-admin.py documentation: ../django-admin/
Install the core Django tables
==============================