Django

Code

Changeset 5798

Show
Ignore:
Timestamp:
08/03/07 22:39:24 (1 year ago)
Author:
gwilson
Message:

Changed several documentation links to be relative.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/databases.txt

    r5044 r5798  
    125125`MySQLdb documentation`_ for more details. 
    126126 
    127 .. _settings documentation: http://www.djangoproject.com/documentation/settings/#database-engine 
     127.. _settings documentation: ../settings/#database-engine 
    128128.. _MySQL option file: http://dev.mysql.com/doc/refman/5.0/en/option-files.html 
    129129.. _MySQLdb documentation: http://mysql-python.sourceforge.net/ 
  • django/trunk/docs/db-api.txt

    r5783 r5798  
    15041504See the `OR lookups examples page`_ for more examples. 
    15051505 
    1506 .. _OR lookups examples page: http://www.djangoproject.com/documentation/models/or_lookups/ 
     1506.. _OR lookups examples page: ../models/or_lookups/ 
    15071507 
    15081508Related objects 
  • django/trunk/docs/overview.txt

    r5796 r5798  
    300300 
    301301.. _download Django: http://www.djangoproject.com/download/ 
    302 .. _the tutorial: http://www.djangoproject.com/documentation/tutorial01/ 
     302.. _the tutorial: ../tutorial01/ 
    303303.. _the community: http://www.djangoproject.com/community/ 
  • django/trunk/docs/tutorial04.txt

    r5651 r5798  
    214214      named patterns). 
    215215       
    216 .. _naming URL patterns: http://www.djangoproject.com/documentation/url_dispatch/#naming-url-patterns 
     216.. _naming URL patterns: ../url_dispatch/#naming-url-patterns 
    217217 
    218218By default, the ``object_detail`` generic view uses a template called