summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2017-07-15 15:45:42 +0200
committerMichele Simionato <michele.simionato@gmail.com>2017-07-15 15:45:42 +0200
commit4d14bc3851ece55b8427db07fd4c9d455c3ea4e4 (patch)
treeb89eb3f6f7eddf533130787fe2241ed2806a996f
parent8e4ba61be05e9a96efdb888e30bd4f07e4330475 (diff)
downloadpython-decorator-git-4d14bc3851ece55b8427db07fd4c9d455c3ea4e4.tar.gz
Fixed a link [skip CI]
-rw-r--r--docs/README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.rst b/docs/README.rst
index 3daecd1..5d41027 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -18,14 +18,14 @@ If you are lazy, just perform
which will install just the module on your system.
If you prefer to install the full distribution from source, including
-the documentation, clone the [GitHub repo](https://github.com/micheles/decorator) or download the tarball_, unpack it and run
+the documentation, clone the `GitHub repo`_ or download the tarball_, unpack it and run
`$ pip install .`
in the main directory, possibly as superuser.
.. _tarball: http://pypi.python.org/pypi/decorator
-
+.. _GitHub repo: https://github.com/micheles/decorator
Testing
--------