Trivial: 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: Ie9f62ed7ed9d9732590d7d274feee64eb41818e9
This commit is contained in:
melissaml 2018-04-21 18:44:11 +08:00 committed by Ian Wienand
parent 5a09af1783
commit f8f7b73846
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ The MQTT community wiki maintains a page that lists available client bindings
for many languages here: https://github.com/mqtt/mqtt.github.io/wiki/libraries
For python using the `paho-mqtt`_ library is recommended
.. _paho-mqtt: https://pypi.python.org/pypi/paho-mqtt/
.. _paho-mqtt: https://pypi.org/project/paho-mqtt/
CLI Example
-----------

View File

@ -37,7 +37,7 @@ At a Glance
* `Nodepool Reference Manual <http://docs.openstack.org/infra/nodepool>`_
* `ZooKeeper Programmer's Guide <https://zookeeper.apache.org/doc/trunk/zookeeperProgrammers.html>`_
* `ZooKeeper Administrator's Guide <https://zookeeper.apache.org/doc/trunk/zookeeperAdmin.html>`_
* `zk_shell <https://pypi.python.org/pypi/zk_shell/>`_
* `zk_shell <https://pypi.org/project/zk_shell/>`_
Overview
========