Trivial: Update pypi url to new url

Change-Id: Ib46fce05f4fa5f09ba2149e09b599ffe4b1f09ce
This commit is contained in:
XiaojueGuan 2018-05-01 14:40:20 +08:00
parent a662389619
commit adbf013748
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ well.
Graphviz is only needed for generating the state machine diagram. To install it
on openSUSE or SLE 12, see
`<https://software.opensuse.org/download.html?project=graphics&package=graphviz-plugins>`_.
`<https://software.opensuse.org/download.html?project=graphics&package=graphviz>`_.
(Optional) Installing Py34 requirements
@ -171,7 +171,7 @@ name. For example::
You may pass options to the test programs using positional arguments.
To run a specific unit test, this passes the -r option and desired test
(regex string) to `os-testr <https://pypi.python.org/pypi/os-testr>`_::
(regex string) to `os-testr <https://pypi.org/project/os-testr>`_::
# run a specific test for Python 2.7
tox -epy27 -- -r test_name