]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix broken link
authorBen Darnell <ben@bendarnell.com>
Sat, 16 Apr 2011 20:44:51 +0000 (13:44 -0700)
committerBen Darnell <ben@bendarnell.com>
Sat, 16 Apr 2011 20:44:51 +0000 (13:44 -0700)
website/templates/base.html

index 27dbf8f0598ebeef9ad8e3d6d1f82d757099a2be..88529a13be70d496192a0c2b14d77638a2757177 100644 (file)
@@ -19,7 +19,7 @@
       </div>
       <div id="content">{% block body %}{% end %}</div>
       <div id="footer">
-        <div>Tornado is one of <a href="http://developers.facebook.com/opensource.php">Facebook's open source technologies</a>. It is available under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Licence, Version 2.0</a>.</div>
+        <div>Tornado is one of <a href="http://developers.facebook.com/opensource/">Facebook's open source technologies</a>. It is available under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Licence, Version 2.0</a>.</div>
         <div>This web site and all documentation is licensed under <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons 3.0</a>.</div>
       </div>
     </div>