From 0d259afbda87f5283bcf10c22b62494f8c32125a Mon Sep 17 00:00:00 2001 From: eluck Date: Fri, 30 Aug 2013 01:27:54 -0700 Subject: [PATCH] fix broken tornado link in web.rst --- docs/scenarios/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 588dbb285..3e40f16cb 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -92,7 +92,7 @@ Support can be found on its `mailing list `_ is a scalable, non-blocking web server and web application framework with +`Tornado `_ is a scalable, non-blocking web server and web application framework with a relative simple usage. Tornado is known for his high performance. It was initially developed for `friendfeed `_ , a real time chat and blog system.