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/outputting_csv.txt

    r2809 r4420  
    2525    For more information on the CSV library, see the `CSV library docs`_. 
    2626 
    27     .. _Request and response objects: http://www.djangoproject.com/documentation/request_response/ 
     27    .. _Request and response objects: ../request_response/ 
    2828    .. _CSV library docs: http://www.python.org/doc/current/lib/module-csv.html 
    2929 
     
    116116have single or double quotes in it, you can remove the ``addslashes`` filters. 
    117117 
    118 .. _Django template system: http://www.djangoproject.com/documentation/templates/ 
    119 .. _addslashes template filter: http://www.djangoproject.com/documentation/templates/#addslashes 
     118.. _Django template system: ../templates/ 
     119.. _addslashes template filter: ../templates/#addslashes