diff options
| author | Kevin Kubasik <kevin@kubasik.net> | 2009-09-08 17:36:43 +0000 |
|---|---|---|
| committer | Kevin Kubasik <kevin@kubasik.net> | 2009-09-08 17:36:43 +0000 |
| commit | 3de5792e13d777c2beedea11bcc308f6c9df4ff9 (patch) | |
| tree | 88a433f78b5f77ab1964162594d25f6a59e7a5d9 /docs/howto | |
| parent | e2d14c075a51eb1f0b832765df8723d82f0afac4 (diff) | |
| parent | bb9cc01b132dbde2461191dbb1035eaae4885051 (diff) | |
[gsoc2009-testing] Massive merge update to trunk. This is to prep for uploadarchive/soc2009/test-improvements
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/deployment/modpython.txt | 2 | ||||
| -rw-r--r-- | docs/howto/deployment/modwsgi.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/deployment/modpython.txt b/docs/howto/deployment/modpython.txt index 8b9a4d3696..50dadf9854 100644 --- a/docs/howto/deployment/modpython.txt +++ b/docs/howto/deployment/modpython.txt @@ -264,7 +264,7 @@ the ``media`` subdirectory and any URL that ends with ``.jpg``, ``.gif`` or .. _lighttpd: http://www.lighttpd.net/ -.. _Nginx: http://wiki.codemongers.com/Main +.. _Nginx: http://wiki.nginx.org/Main .. _TUX: http://en.wikipedia.org/wiki/TUX_web_server .. _Apache: http://httpd.apache.org/ .. _Cherokee: http://www.cherokee-project.com/ diff --git a/docs/howto/deployment/modwsgi.txt b/docs/howto/deployment/modwsgi.txt index 8bfbfa74f4..12de53f53d 100644 --- a/docs/howto/deployment/modwsgi.txt +++ b/docs/howto/deployment/modwsgi.txt @@ -98,7 +98,7 @@ file. All other URLs will be served using mod_wsgi:: </Directory> .. _lighttpd: http://www.lighttpd.net/ -.. _Nginx: http://wiki.codemongers.com/Main +.. _Nginx: http://wiki.nginx.org/Main .. _TUX: http://en.wikipedia.org/wiki/TUX_web_server .. _Apache: http://httpd.apache.org/ .. _Cherokee: http://www.cherokee-project.com/ |
