Django

Code

Changeset 4229

Show
Ignore:
Timestamp:
12/18/06 22:37:03 (2 years ago)
Author:
adrian
Message:

Fixed typo in docs/redirects.txt

Files:

Legend:

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

    r2809 r4229  
    6464 
    6565Redirects are represented by a standard `Django model`_, which lives in 
    66 `django/contrib/redirects/models/redirects.py`_. You can access redirect 
     66`django/contrib/redirects/models.py`_. You can access redirect 
    6767objects via the `Django database API`_. 
    6868 
    6969.. _Django model: http://www.djangoproject.com/documentation/model_api/ 
    70 .. _django/contrib/redirects/models/redirects.py: http://code.djangoproject.com/browser/django/trunk/django/contrib/redirects/models/redirects.py 
     70.. _django/contrib/redirects/models.py: http://code.djangoproject.com/browser/django/trunk/django/contrib/redirects/models.py 
    7171.. _Django database API: http://www.djangoproject.com/documentation/db_api/