diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2015-07-24 19:25:54 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2015-07-24 19:25:54 +0200 |
| commit | bd0f62ec00f01073f72bf55bc8433c5735fe18d9 (patch) | |
| tree | 09d32945a67c8606e1cadb9b409c5b28abaa330d | |
| parent | ea1edbbb24cb39ad9e123452bb45114f5ec813bc (diff) | |
| download | python-decorator-git-bd0f62ec00f01073f72bf55bc8433c5735fe18d9.tar.gz | |
Fixed links to the docs
| -rw-r--r-- | README.rst | 4 | ||||
| -rw-r--r-- | docs/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -51,8 +51,8 @@ There are various versions of the documentation: - `HTML version`_
- `PDF version`_
-.. _HTML version: https://github.com/micheles/decorator/blob/4.0.0/documentation.rst
-.. _PDF version: https://github.com/micheles/decorator/blob/4.0.0/documentation.pdf
+.. _HTML version: https://github.com/micheles/decorator/blob/4.0.0/docs/documentation.rst
+.. _PDF version: https://github.com/micheles/decorator/blob/4.0.0/docs/documentation.pdf
Repository
---------------
diff --git a/docs/index.html b/docs/index.html index b8eb6bc..ebd74ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -388,8 +388,8 @@ an existing one, since version 4.0 is backward-compatible.</p> <h1>Documentation</h1> <p>There are various versions of the documentation:</p> <ul class="simple"> -<li><a class="reference external" href="https://github.com/micheles/decorator/blob/4.0.0/documentation.rst">HTML version</a></li> -<li><a class="reference external" href="https://github.com/micheles/decorator/blob/4.0.0/documentation.pdf">PDF version</a></li> +<li><a class="reference external" href="https://github.com/micheles/decorator/blob/4.0.0/docs/documentation.rst">HTML version</a></li> +<li><a class="reference external" href="https://github.com/micheles/decorator/blob/4.0.0/docs/documentation.pdf">PDF version</a></li> </ul> </div> <div class="section" id="repository"> |
