summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorMorton Fox <github@qslw.com>2016-06-21 00:27:55 -0400
committerGitHub <noreply@github.com>2016-06-21 00:27:55 -0400
commit67bb5aefec8bdd87e2f5417d943e2d69545cd0ef (patch)
treeff259bbbe67a9e31f0d84b732e36697e2f94434b /README.rst
parent33eade861e9aea83ca7fda262026312d2873f302 (diff)
Fix link to Click
Click 3 is no more. I'd suggest linking to the root of the Click website and letting it redirect to the current stable version since they seem to be removing pages for the older versions.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 33cb1921..083ae967 100644
--- a/README.rst
+++ b/README.rst
@@ -187,7 +187,7 @@ library rather than listing it as a dependency in setup.py, is because I had to
make a change to the table format which is merged back into the original repo,
but not yet released in PyPI.
-`Click <http://click.pocoo.org/3/>`_ is used for command line option parsing
+`Click <http://click.pocoo.org/>`_ is used for command line option parsing
and printing error messages.
Thanks to `psycopg <http://initd.org/psycopg/>`_ for providing a rock solid