]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
s/Google Code/GitHub
authorBenjamin Golub <bgolub@benjamingolub.com>
Fri, 11 Sep 2009 11:47:33 +0000 (07:47 -0400)
committerBenjamin Golub <bgolub@benjamingolub.com>
Fri, 11 Sep 2009 11:47:33 +0000 (07:47 -0400)
tornado/web.py

index f6553285547b33603f2b709f667357c8ea9af19e..aeea60c83aec717531bb44853102f607bb12fe9e 100644 (file)
@@ -39,7 +39,7 @@ Here is the canonical "Hello, world" example app:
         http_server.listen(8888)
         tornado.ioloop.IOLoop.instance().start()
 
-See the Tornado walkthrough on Google Code for more details and a good
+See the Tornado walkthrough on GitHub for more details and a good
 getting started guide.
 """