docs: Update Raspberry Pi URLs from .org to .com.
This commit is contained in:
parent
99d3a73d59
commit
cedb93c179
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue