diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-03-14 07:41:02 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-03-14 07:41:02 +0000 |
| commit | 21fb1c59c311253af1388ec92139ff1bb687a091 (patch) | |
| tree | e996ae788de2fc5962810b41efee4648631fc36d /docs/internals/contributing/writing-code | |
| parent | 3ef55dfaa03b3f5be3ee3632dfc59b8f752d2dec (diff) | |
Updated some outdated external URLs in docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index a369b6ef99..9b6cf40183 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -160,7 +160,7 @@ binary, so relinking that command may be necessary as well. Please don't forget to run ``compress.py`` and include the ``diff`` of the minified scripts when submitting patches for Django's javascript. -.. _Closure Compiler: http://code.google.com/closure/compiler/ +.. _Closure Compiler: https://developers.google.com/closure/compiler/ .. _django-developers: http://groups.google.com/group/django-developers .. _list of tickets with patches: https://code.djangoproject.com/query?status=new&status=assigned&status=reopened&has_patch=1&order=priority .. _ticket tracker: https://code.djangoproject.com/newticket |
