purge webob from docs and replace with werkzeug
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 15 Nov 2012 15:57:33 +0000 (16:57 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 21 Dec 2012 07:10:48 +0000 (08:10 +0100)
docs/source/siteadmin/codebase.rst

index 22f4e18bf3d63254157a5f878f042928d23b0686..73e938e791e770dbe641fe3043c67805def4a489 100644 (file)
@@ -65,7 +65,7 @@ Software Stack
     `Paste Script <http://pythonpaste.org/script/>`_: we'll use this for
     configuring and launching the application
 
-  * `WebOb <http://pythonpaste.org/webob/>`_: nice abstraction layer
+  * `werkzeug <http://werkzeug.pocoo.org/>`_: nice abstraction layer
     from HTTP requests, responses and WSGI bits
 
   * `Beaker <http://beaker.groovie.org/>`_: for handling sessions and