summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scheller <github@loowis.durge.org>2022-06-12 12:12:31 +0100
committerDamien George <damien@micropython.org>2022-06-14 11:41:13 +1000
commitcedb93c179f92f8d122453205950ba97a58a307b (patch)
tree40c4c3992d2455fe1193c6330c9dd902c33c50c2
parent99d3a73d590d9e2a15e7e2bcf908e87abb6f24f6 (diff)
docs: Update Raspberry Pi URLs from .org to .com.
-rw-r--r--docs/library/rp2.rst2
-rw-r--r--docs/rp2/general.rst2
-rw-r--r--ports/rp2/boards/PICO/board.json2
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"
}