diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-06-11 13:19:47 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-06-11 13:19:47 (GMT) |
commit | 38ee9afb34d8eb3fc7d080c447f245ab8369934d (patch) | |
tree | d40f940887e0305324cb620b97c8817e34f0394f /Doc/howto | |
parent | d9d7567eacd2e8340da0470fe74ce8dae2e00f9b (diff) | |
parent | e9738239bad3a87ec6a5e409fcbf092533b67823 (diff) | |
download | cpython-38ee9afb34d8eb3fc7d080c447f245ab8369934d.zip cpython-38ee9afb34d8eb3fc7d080c447f245ab8369934d.tar.gz cpython-38ee9afb34d8eb3fc7d080c447f245ab8369934d.tar.bz2 |
merge from 3.4
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/webservers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/webservers.rst b/Doc/howto/webservers.rst index 72ccd1f..6fa51da 100644 --- a/Doc/howto/webservers.rst +++ b/Doc/howto/webservers.rst @@ -687,7 +687,7 @@ published, which is a good starting point. The newest version of TurboGears, version 2.0, moves even further in direction of WSGI support and a component-based architecture. TurboGears 2 is based on the WSGI stack of another popular component-based web framework, `Pylons -<http://pylonshq.com/>`_. +<http://www.pylonsproject.org/>`_. Zope |