1
0
Fork 0

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.
This commit is contained in:
Morton Fox 2016-06-21 00:27:55 -04:00 committed by GitHub
parent 33eade861e
commit 67bb5aefec
1 changed files with 1 additions and 1 deletions

View File

@ -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