Skip to content

Commit b21cf7e

Browse files
authored
Link to PyPI for pigpio client
1 parent 58cc8da commit b21cf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpiozero/pins/pigpio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class PiGPIOFactory(PiFactory):
103103
bug in our pin implementation). A workaround for now is simply to
104104
restart the :command:`pigpiod` daemon.
105105
106-
.. _pigpio: http://abyz.co.uk/rpi/pigpio/
106+
.. _pigpio: https://pypi.org/project/pigpio/
107107
"""
108108
def __init__(self, host=None, port=None):
109109
super(PiGPIOFactory, self).__init__()

0 commit comments

Comments
 (0)