Author: ianb
Date: 2005-03-22 16:16:37 -0700 (Tue, 22 Mar 2005)
New Revision: 2216
Modified:
WSGIKit/trunk/docs/WSGIWebKit.txt
Log:
Fixed URL
Modified: WSGIKit/trunk/docs/WSGIWebKit.txt
===================================================================
--- WSGIKit/trunk/docs/WSGIWebKit.txt 2005-03-22 23:12:54 UTC (rev 2215)
+++ WSGIKit/trunk/docs/WSGIWebKit.txt 2005-03-22 23:16:37 UTC (rev 2216)
@@ -82,7 +82,7 @@
twisted_wsgi.serve_application(app, 8080)
Note, the twisted server is dependent on wsgiref which can be found at:
- http://cvs.eby-sarna/wsgiref
+ http://cvs.eby-sarna.com/wsgiref
Multi-threaded
|