Skip to content

Commit 17736e1

Browse files
authored
Merge pull request #4197 from raspberrypi/update_shortlinks
Update shortlinks
2 parents bf8ea41 + 2f2ba3e commit 17736e1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

documentation/asciidoc/computers/os/playing-audio-and-video.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can also launch VLC from the command line. For the examples below, we used a
1616

1717
[source,console]
1818
----
19-
$ wget --trust-server-names http://rptl.io/big-buck-bunny
19+
$ wget --trust-server-names http://rpltd.co/big-buck-bunny
2020
----
2121

2222
To play the clip in VLC from the command line, run the following command:
@@ -62,7 +62,7 @@ For the examples below, we used a short audio clip. To download this clip from R
6262

6363
[source,console]
6464
----
65-
$ wget --trust-server-names http://rptl.io/startup-music
65+
$ wget --trust-server-names http://rpltd.co/startup-music
6666
----
6767

6868
To play the clip in VLC from the command line, run the following command:

documentation/asciidoc/microcontrollers/debug-probe/introduction.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Raspberry Pi Debug Probe is a USB device that provides both a UART serial po
1010
* Works with https://openocd.org/[OpenOCD] and other tools supporting CMSIS-DAP
1111
* Open source, easily upgradeable firmware
1212
13-
NOTE: For more information on the Raspberry Pi three-pin debug connector see the https://rptl.io/debug-spec[specification].
13+
NOTE: For more information on the Raspberry Pi three-pin debug connector see the https://rpltd.co/debug-spec[specification].
1414

1515
This makes it easy to use a Raspberry Pi Pico on platforms such as Windows, macOS, and Linux that lack a GPIO header to connect directly to the Pico's serial UART or SWD port.
1616

@@ -32,7 +32,7 @@ Orange:: TX/SC (Output from Probe)
3232
Black:: GND
3333
Yellow:: RX/SD (Input to Probe or I/O)
3434

35-
While the cable with three-pin JST-SH connectors is intended to be used with the https://rptl.io/debug-spec[standard three-pin connector] which newer Raspberry Pi boards use for the SWD debug port and UART connectors.
35+
While the cable with three-pin JST-SH connectors is intended to be used with the https://rpltd.co/debug-spec[standard three-pin connector] which newer Raspberry Pi boards use for the SWD debug port and UART connectors.
3636

3737
The Debug Probe has five LEDs, a red LED to indicate power, and four more activity indicator LEDs
3838

documentation/asciidoc/microcontrollers/microcontroller_docs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf[Raspberry Pi
4646

4747
https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf[Raspberry Pi Pico Python SDK]:: A MicroPython environment for RP2040 microcontrollers
4848

49-
The API level Doxygen documentation for the Raspberry Pi Pico C/{cpp} SDK is also available https://rptl.io/pico-doxygen[as a micro-site].
49+
The API level Doxygen documentation for the Raspberry Pi Pico C/{cpp} SDK is also available https://rpltd.co/pico-doxygen[as a micro-site].
5050

0 commit comments

Comments
 (0)