Update pypi url to new url

Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I308295c0eb7c45e6da2cf9b0a229bf05d5ac5302
This commit is contained in:
Tuan Do Anh 2018-07-12 15:04:05 +07:00
parent be4a1dd6dd
commit 06fa044815
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ to debug the job directly on the test node in a ``live`` setting.
This can be done in two ways:
1. Using the `remote_pdb <https://pypi.python.org/pypi/remote-pdb>`_ python
1. Using the `remote_pdb <https://pypi.org/project/remote-pdb>`_ python
module and ``telnet`` to directly access the python debugger while in the
failed test.