Skip to content

Commit

Permalink
docs: Update Raspberry Pi URLs from .org to .com.
Browse files Browse the repository at this point in the history
  • Loading branch information
lurch authored and dpgeorge committed Jun 14, 2022
1 parent 99d3a73 commit cedb93c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/library/rp2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/rp2/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ports/rp2/boards/PICO/board.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit cedb93c

Please sign in to comment.