diff options
| -rw-r--r-- | docs/library/rp2.rst | 2 | ||||
| -rw-r--r-- | docs/rp2/general.rst | 2 | ||||
| -rw-r--r-- | ports/rp2/boards/PICO/board.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/rp2.rst b/docs/library/rp2.rst index 05d3b80f3..06affaae8 100644 --- a/docs/library/rp2.rst +++ b/docs/library/rp2.rst @@ -10,7 +10,7 @@ The ``rp2`` module contains functions and classes specific to the RP2040, as used in the Raspberry Pi Pico. See the `RP2040 Python datasheet -<https://datasheets.raspberrypi.org/pico/raspberry-pi-pico-python-sdk.pdf>`_ +<https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf>`_ for more information, and `pico-micropython-examples <https://github.com/raspberrypi/pico-micropython-examples/tree/master/pio>`_ for example code. diff --git a/docs/rp2/general.rst b/docs/rp2/general.rst index 9a31d2067..6a8958d17 100644 --- a/docs/rp2/general.rst +++ b/docs/rp2/general.rst @@ -11,7 +11,7 @@ Technical specifications and SoC datasheets ------------------------------------------- For detailed technical specifications, please refer to the `datasheets -<https://datasheets.raspberrypi.org/rp2040/rp2040-datasheet.pdf>`_ +<https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf>`_ The RP2040 microcontroller is manufactured on a 40 nm silicon process in a 7x7mm QFN-56 SMD package. The key features include: diff --git a/ports/rp2/boards/PICO/board.json b/ports/rp2/boards/PICO/board.json index b8ccb3ba5..9abf505e5 100644 --- a/ports/rp2/boards/PICO/board.json +++ b/ports/rp2/boards/PICO/board.json @@ -15,6 +15,6 @@ "mcu": "rp2040", "product": "Pico", "thumbnail": "", - "url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", + "url": "https://www.raspberrypi.com/products/raspberry-pi-pico/", "vendor": "Raspberry Pi" } |
