Skip to content

Commit 70c5392

Browse files
committed
Update docs links to /learning projects, close gpiozero#766
1 parent 7b67374 commit 70c5392

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/recipes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ Continue to:
525525
* :doc:`recipes_remote_gpio`
526526

527527

528-
.. _Push Button Stop Motion: https://www.raspberrypi.org/learning/quick-reaction-game/
529-
.. _Quick Reaction Game: https://www.raspberrypi.org/learning/quick-reaction-game/
530-
.. _GPIO Music Box: https://www.raspberrypi.org/learning/gpio-music-box/
528+
.. _Push Button Stop Motion: https://projects.raspberrypi.org/en/projects/push-button-stop-motion
529+
.. _Quick Reaction Game: https://projects.raspberrypi.org/en/projects/python-quick-reaction-game
530+
.. _GPIO Music Box: https://projects.raspberrypi.org/en/projects/gpio-music-box
531531
.. _Energenie Pi-mote: https://energenie4u.co.uk/catalogue/product/ENER002-2PI

docs/remote_gpio.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,9 @@ Or for Python 2:
233233
Windows
234234
-------
235235

236-
First, install pip by `following this guide`_. Next, install GPIO Zero and
237-
pigpio with pip:
236+
Modern Python installers for Windows bundle pip with Python. If pip is not
237+
installed, you can `follow this guide`_. Next, install GPIO Zero and pigpio with
238+
pip:
238239

239240
.. code-block:: doscon
240241
@@ -371,5 +372,5 @@ Continue to:
371372
.. _abyz.me.uk: http://abyz.me.uk/rpi/pigpio/download.html
372373
.. _Raspberry Pi Desktop x86: https://www.raspberrypi.org/downloads/raspberry-pi-desktop/
373374
.. _get-pip: https://pip.pypa.io/en/stable/installing/
374-
.. _following this guide: https://www.raspberrypi.org/learning/using-pip-on-windows/worksheet/
375+
.. _follow this guide: https://projects.raspberrypi.org/en/projects/using-pip-on-windows
375376
.. _Sense HAT: https://www.raspberrypi.org/products/sense-hat/

0 commit comments

Comments
 (0)