fix rendered output link
authorRalf Jung <post@ralfj.de>
Mon, 8 Jun 2015 20:43:53 +0000 (22:43 +0200)
committerRalf Jung <post@ralfj.de>
Mon, 8 Jun 2015 20:43:53 +0000 (22:43 +0200)
README.rst

index 8263e556dc9f356bc8ad65e3a75df9f460bdaae8..2e3f3b94b087996127f92f0e9726e6743e77a497 100644 (file)
@@ -4,8 +4,6 @@ Rust-101
 This is Rust-101, a tutorial for the `Rust language`_.
 
 .. _Rust language: http://www.rust-lang.org/
-.. _Docco: https://jashkenas.github.io/docco/
-.. _the rendered output: https://ralfjung.github.io/rust-101/main.html
 
 Usage
 -----
@@ -14,6 +12,9 @@ You can either read through the sources in ``src/``, or generate the HTML in
 ``docs/`` using ``make docs`` (this step needs Docco_), or go directly to 
 `the rendered output`_.
 
+.. _Docco: https://jashkenas.github.io/docco/
+.. _the rendered output: https://www.ralfj.de/projects/rust-101/main.html
+
 Source, License
 ---------------