From 1adf8d438654cd91b0f5b77119e8dbf67dc975ce Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Wed, 16 Nov 2011 21:04:28 +0000 Subject: Fixed #17240 -- Replaced links to the online version of the docs by internal references. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17100 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/intro/tutorial01.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/intro') diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 8474d9ebb8..9a6fcf6d99 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -703,10 +703,9 @@ Save these changes and start a new Python interactive shell by running For more information on model relations, see :doc:`Accessing related objects `. For more on how to use double underscores to perform -field lookups via the API, see `Field lookups`__. For full details on the -database API, see our :doc:`Database API reference `. - -__ http://docs.djangoproject.com/en/1.2/topics/db/queries/#field-lookups +field lookups via the API, see :ref:`Field lookups `. For +full details on the database API, see our :doc:`Database API reference +`. When you're comfortable with the API, read :doc:`part 2 of this tutorial ` to get Django's automatic admin working. -- cgit v1.3