diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-06-11 13:19:21 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-06-11 13:19:21 (GMT) |
commit | e9738239bad3a87ec6a5e409fcbf092533b67823 (patch) | |
tree | 6abf3f31fb8225ebcf6413ad20f75921cc627b82 /Doc/howto | |
parent | f150378ef02081bdebf40d33ee2d9b286763b346 (diff) | |
download | cpython-e9738239bad3a87ec6a5e409fcbf092533b67823.zip cpython-e9738239bad3a87ec6a5e409fcbf092533b67823.tar.gz cpython-e9738239bad3a87ec6a5e409fcbf092533b67823.tar.bz2 |
#21693 - Fix the broken link for pylons project.
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 |