Trivial: update url to new url

Change-Id: Ia238564c5c41aaf015d9d2f5839703a035c76fce
This commit is contained in:
XiaojueGuan 2018-05-13 21:38:12 +08:00
parent 6efffd6d89
commit 36ad9e12da
2 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ different version of the above, please document your configuration here!
.. _Python: https://www.python.org/
.. _git: https://git-scm.com/
.. _setuptools: https://pypi.python.org/pypi/setuptools
.. _setuptools: https://pypi.org/project/setuptools
.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/install.html
Getting the latest code
@ -69,8 +69,8 @@ itself.
These dependencies can be installed from PyPi_ using the Python tool pip_.
.. _PyPi: https://pypi.python.org/
.. _pip: https://pypi.python.org/pypi/pip
.. _PyPi: https://pypi.org/
.. _pip: https://pypi.org/project/pip
However, your system *may* need additional dependencies that `pip` (and by
extension, PyPi) cannot satisfy. These dependencies should be installed
@ -126,7 +126,7 @@ You can re-activate this virtualenv for your current shell using:
For more information on virtual environments, see virtualenv_ and
virtualenvwrapper_.
.. _virtualenv: https://pypi.python.org/pypi/virtualenv/
.. _virtualenv: https://pypi.org/project/virtualenv/

View File

@ -79,7 +79,7 @@ requirements.txt file::
.. _cookiecutter: https://github.com/audreyr/cookiecutter
.. _OpenStack cookiecutter: https://github.com/openstack-dev/cookiecutter
.. _python-watcher: https://pypi.python.org/pypi/python-watcher
.. _python-watcher: https://pypi.org/project/python-watcher
Implementing a plugin for Watcher
=================================