diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-05-29 12:47:30 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-05-29 12:47:30 +0000 |
| commit | 61da3cc47ae9f0c02fc8469f81d77dbd8b3c8961 (patch) | |
| tree | ad4f396c2568acedc864eb1b75af356bfa245713 /docs/ref | |
| parent | 8f4d394c743ffe20bab880d00b8115461451e8b8 (diff) | |
Fixed #16120 -- Updated a few reference links in the docs after the contributing reorganization. Thanks to Julien and Ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/testing.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/webdesign.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/testing.txt b/docs/ref/contrib/gis/testing.txt index 62977282b7..ffa9c94190 100644 --- a/docs/ref/contrib/gis/testing.txt +++ b/docs/ref/contrib/gis/testing.txt @@ -150,7 +150,7 @@ GeoDjango Tests .. versionchanged:: 1.3 GeoDjango's test suite may be run in one of two ways, either by itself or -with the rest of :ref:`Django's unit tests <unit-tests>`. +with the rest of :ref:`Django's unit tests <running-unit-tests>`. Run only GeoDjango tests ------------------------ diff --git a/docs/ref/contrib/webdesign.txt b/docs/ref/contrib/webdesign.txt index d355d03565..ded878d544 100644 --- a/docs/ref/contrib/webdesign.txt +++ b/docs/ref/contrib/webdesign.txt @@ -13,7 +13,7 @@ developers). At present, the package contains only a single template tag. If you have ideas for Web-designer-friendly functionality in Django, please -:doc:`suggest them </internals/contributing>`. +:doc:`suggest them </internals/contributing/index>`. Template tags ============= |
