Skip to content

Commit cedb93c

Browse files
lurchdpgeorge
authored andcommitted
docs: Update Raspberry Pi URLs from .org to .com.
1 parent 99d3a73 commit cedb93c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/library/rp2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The ``rp2`` module contains functions and classes specific to the RP2040, as
1010
used in the Raspberry Pi Pico.
1111

1212
See the `RP2040 Python datasheet
13-
<https://datasheets.raspberrypi.org/pico/raspberry-pi-pico-python-sdk.pdf>`_
13+
<https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf>`_
1414
for more information, and `pico-micropython-examples
1515
<https://github.com/raspberrypi/pico-micropython-examples/tree/master/pio>`_
1616
for example code.

docs/rp2/general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Technical specifications and SoC datasheets
1111
-------------------------------------------
1212

1313
For detailed technical specifications, please refer to the `datasheets
14-
<https://datasheets.raspberrypi.org/rp2040/rp2040-datasheet.pdf>`_
14+
<https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf>`_
1515

1616
The RP2040 microcontroller is manufactured on a 40 nm silicon process in a 7x7mm
1717
QFN-56 SMD package. The key features include:

ports/rp2/boards/PICO/board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"mcu": "rp2040",
1616
"product": "Pico",
1717
"thumbnail": "",
18-
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
18+
"url": "https://www.raspberrypi.com/products/raspberry-pi-pico/",
1919
"vendor": "Raspberry Pi"
2020
}

0 commit comments

Comments
 (0)