From: Ben Darnell Date: Thu, 22 Jul 2010 22:13:25 +0000 (-0700) Subject: Move download links to github X-Git-Tag: v1.0.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f452569cabcbfb5b396e01d3708437cd267571;p=thirdparty%2Ftornado.git Move download links to github --- diff --git a/website/templates/documentation.txt b/website/templates/documentation.txt index 67bdf895b..838721ab1 100644 --- a/website/templates/documentation.txt +++ b/website/templates/documentation.txt @@ -52,7 +52,7 @@ Download -------- Download the most recent version of Tornado from GitHub: -> [tornado-0.2.tar.gz](/static/tornado-0.2.tar.gz) +> [tornado-0.2.tar.gz](http://github.com/downloads/facebook/tornado/tornado-0.2.tar.gz) You can also [browse the source](http://github.com/facebook/tornado) on GitHub. To install Tornado: diff --git a/website/templates/index.html b/website/templates/index.html index 13e9427e6..0a7c42ee0 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -6,7 +6,7 @@

See the Tornado documentation for a detailed walkthrough of the framework.

Download and install

-

Download: tornado-0.2.tar.gz

+

Download: tornado-0.2.tar.gz

tar xvzf tornado-0.2.tar.gz
 cd tornado-0.2
 python setup.py build