Django

Code

Show
Ignore:
Timestamp:
01/24/07 14:08:47 (2 years ago)
Author:
adrian
Message:

Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris?

Files:

Legend:

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

    r3952 r4420  
    2525see the `Django mod_python documentation`_. 
    2626 
    27 .. _Django mod_python documentation: http://www.djangoproject.com/documentation/modpython/#serving-media-files 
     27.. _Django mod_python documentation: ../modpython/#serving-media-files 
    2828 
    2929How to do it 
     
    5050      fall under the document root. 
    5151 
    52 .. _URLconf: http://www.djangoproject.com/documentation/url_dispatch/ 
     52.. _URLconf: ../url_dispatch/ 
    5353 
    5454Directory listings 
     
    123123in your production settings file. But you should be doing that anyway. 
    124124 
    125 .. _DEBUG setting: http://www.djangoproject.com/documentation/settings/#debug 
     125.. _DEBUG setting: ../settings/#debug