diff options
author | Michele Simionato <michele.simionato@gmail.com> | 2018-01-14 10:40:24 +0100 |
---|---|---|
committer | Michele Simionato <michele.simionato@gmail.com> | 2018-01-14 10:40:24 +0100 |
commit | 12caca929e4f6401730cb1d29d1ebc855a763482 (patch) | |
tree | c939917696ee2b9ab09827911ebcc14a5325d8cc | |
parent | 743cdd2c6b1cee23a04ed8595d4319e350023a85 (diff) | |
download | python-decorator-git-12caca929e4f6401730cb1d29d1ebc855a763482.tar.gz |
Pointing to latest, not to stable
-rw-r--r-- | docs/README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.rst b/docs/README.rst index 6915e58..7c6cff5 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -53,5 +53,5 @@ The project is hosted on GitHub. You can look at the source here: Documentation
---------------
-The documentation has been moved to http://decorator.readthedocs.io/en/stable/
-You can download a PDF version of it from http://media.readthedocs.org/pdf/decorator/stable/decorator.pdf
+The documentation has been moved to http://decorator.readthedocs.io/en/latest/
+You can download a PDF version of it from http://media.readthedocs.org/pdf/decorator/latest/decorator.pdf
|