diff options
Diffstat (limited to 'docs/python3.txt')
| -rw-r--r-- | docs/python3.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/python3.txt b/docs/python3.txt index d550cb68..c528fc3c 100644 --- a/docs/python3.txt +++ b/docs/python3.txt @@ -10,8 +10,8 @@ code. Setuptools provides a facility to invoke 2to3 on the code as a part of the build process, by setting the keyword parameter ``use_2to3`` to True, but the Setuptools strongly recommends instead developing a unified codebase -using `six <https://pypi.python.org/pypi/six>`_, -`future <https://pypi.python.org/pypi/future>`_, or another compatibility +using `six <https://pypi.org/project/six/>`_, +`future <https://pypi.org/project/future/>`_, or another compatibility library. |
