Update README URLs based on HTTP redirects

This commit is contained in:
ReadmeCritic 2015-12-23 08:12:50 -08:00
parent 8e56299f78
commit 6ecaa1ea88
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Here's what the output looks like:
Overhead is low -- about 60ns per iteration (80ns with ``gui=True``). Overhead is low -- about 60ns per iteration (80ns with ``gui=True``).
By comparison, the well established By comparison, the well established
`ProgressBar <https://code.google.com/p/python-progressbar/>`__ has `ProgressBar <https://github.com/niltonvolpato/python-progressbar>`__ has
an 800ns/iter overhead. an 800ns/iter overhead.
In addition to its low overhead, ``tqdm`` uses smart algorithms to predict In addition to its low overhead, ``tqdm`` uses smart algorithms to predict
@ -505,7 +505,7 @@ predicted time and statistics:
Contributions Contributions
------------- -------------
To run the testing suite please make sure tox (http://tox.testrun.org/) To run the testing suite please make sure tox (https://testrun.org/tox/latest/)
is installed, then type ``tox`` from the command line. is installed, then type ``tox`` from the command line.
Where ``tox`` is unavailable, a Makefile-like setup is Where ``tox`` is unavailable, a Makefile-like setup is