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
This commit is contained in:
Jannis Leidel 2011-05-29 12:47:30 +00:00
parent 8f4d394c74
commit 61da3cc47a
18 changed files with 18 additions and 18 deletions

View file

@ -86,7 +86,7 @@ the ``django`` module within your checkout.
If you're going to be working on Django's code (say, to fix a bug or
develop a new feature), you can probably stop reading here and move
over to :doc:`the documentation for contributing to Django
</internals/contributing>`, which covers things like the preferred
</internals/contributing/index>`, which covers things like the preferred
coding style and how to generate and submit a patch.