Skip to content

Commit 7f95795

Browse files
committed
Fix broken links
1 parent 7ce6484 commit 7f95795

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

website/sphinx/index.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ Upgrading from Tornado 1.x
3333
Tornado 2.0 introduces several potentially backwards-incompatible
3434
changes, including in particular automatic escaping of template
3535
output. Users who are upgrading from Tornado 1.x should see the
36-
`version 2.0 release notes </documentation/releases/v2.0.0.html>`_ for
36+
:doc:`version 2.0 release notes <releases/v2.0.0>` for
3737
information about backwards compatibility.
3838

3939
Quick links
4040
-----------
4141

42-
* `Documentation <documentation.html>`_
43-
* |Download current version|: :current_tarball:`z` (`release notes </documentation/releases.html>`_)
42+
* :doc:`Documentation <documentation>`
43+
* |Download current version|: :current_tarball:`z` (:doc:`release notes <releases>`)
4444
* `Source (github) <https://github.com/facebook/tornado>`_
4545
* `Mailing list <http://groups.google.com/group/python-tornado>`_
4646
* `Wiki <https://github.com/facebook/tornado/wiki/Links>`_
@@ -67,7 +67,7 @@ Here is the canonical "Hello, world" example app for Tornado::
6767
application.listen(8888)
6868
tornado.ioloop.IOLoop.instance().start()</code></pre>
6969

70-
See the `Tornado documentation </documentation/index.html>`_ for a
70+
See the :doc:`Tornado documentation <documentation>` for a
7171
detailed walkthrough of the framework.
7272

7373
Installation
@@ -134,4 +134,3 @@ Commons 3.0 <http://creativecommons.org/licenses/by/3.0/>`_.
134134
:hidden:
135135

136136
documentation
137-

website/static/sphinx.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,8 @@ div.related, div.sphinxsidebar {
6464

6565
div.section {
6666
max-width: 850px;
67+
}
68+
69+
a.reference.internal em {
70+
font-style: normal;
6771
}

0 commit comments

Comments
 (0)