Skip to content

Commit e66ca84

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#312 from eluck/patch-1
fix broken tornado link in web.rst
2 parents 6b23faf + 0d259af commit e66ca84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Support can be found on its `mailing list <http://werkzeug.pocoo.org/community/#
9292

9393
Tornado
9494
--------
95-
`Tornado <http://http://www.tornadoweb.org/>`_ is a scalable, non-blocking web server and web application framework with
95+
`Tornado <http://www.tornadoweb.org/>`_ is a scalable, non-blocking web server and web application framework with
9696
a relative simple usage. Tornado is known for his high performance.
9797
It was initially developed for `friendfeed <http://friendfeed.com/>`_ , a real time chat and blog system.
9898

0 commit comments

Comments
 (0)