From a20020e79ea1d181805a87cb08dfd2f088a97b9b Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 18 Jul 2023 18:16:54 +0100 Subject: [PATCH] Update all the Raspberry Pi URLs --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- host_applications/linux/apps/dtmerge/dtmerge.1 | 2 +- host_applications/linux/apps/dtoverlay/dtoverlay.1 | 2 +- host_applications/linux/apps/dtoverlay/dtparam.1 | 2 +- host_applications/linux/apps/gencmd/gencmd.c | 2 +- host_applications/linux/apps/gencmd/vcgencmd.1 | 2 +- host_applications/linux/apps/raspicam/README.md | 2 +- host_applications/linux/apps/raspicam/raspicam.7 | 2 +- host_applications/linux/apps/raspicam/raspistill.1 | 2 +- host_applications/linux/apps/raspicam/raspivid.1 | 2 +- host_applications/linux/apps/raspicam/raspividyuv.1 | 2 +- host_applications/linux/apps/raspicam/raspiyuv.1 | 2 +- host_applications/linux/apps/tvservice/tvservice.1 | 2 +- host_applications/linux/apps/vcmailbox/raspiotp.7 | 4 ++-- host_applications/linux/apps/vcmailbox/raspirev.7 | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fe65714e7..0d41351c3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,7 +14,7 @@ about: Create a report to help us fix your issue --- **Is this the right place for my bug report?** -This repository contains the Raspberry Pi userland code. If you believe that the issue you are seeing is in the userland libraries, this is the right place. If not, we have other repositories for the GPU firmware at [github.com/raspberrypi/firmware](https://github.com/raspberrypi/firmware) and linux kernel at [github.com/raspberrypi/linux](https://github.com/raspberrypi/linux). If you have problems with the Raspbian distribution packages, report them in the [github.com/RPi-Distro/repo](https://github.com/RPi-Distro/repo). If you simply have a question, then [the Raspberry Pi forums](https://www.raspberrypi.org/forums) are the best place to ask it. +This repository contains the Raspberry Pi userland code. If you believe that the issue you are seeing is in the userland libraries, this is the right place. If not, we have other repositories for the GPU firmware at [github.com/raspberrypi/firmware](https://github.com/raspberrypi/firmware) and linux kernel at [github.com/raspberrypi/linux](https://github.com/raspberrypi/linux). If you have problems with the Raspbian distribution packages, report them in the [github.com/RPi-Distro/repo](https://github.com/RPi-Distro/repo). If you simply have a question, then [the Raspberry Pi forums](https://forums.raspberrypi.com/) are the best place to ask it. **Describe the bug** Add a clear and concise description of what you think the bug is. diff --git a/host_applications/linux/apps/dtmerge/dtmerge.1 b/host_applications/linux/apps/dtmerge/dtmerge.1 index 5b240ebf1..db9023753 100644 --- a/host_applications/linux/apps/dtmerge/dtmerge.1 +++ b/host_applications/linux/apps/dtmerge/dtmerge.1 @@ -69,4 +69,4 @@ GPIO shutdown overlay (with all parameters set to their default). .SH REFERENCES .TP .B [DTREE] -https://www.raspberrypi.org/documentation/configuration/device-tree.md +https://www.raspberrypi.com/documentation/computers/configuration.html#device-trees-overlays-and-parameters diff --git a/host_applications/linux/apps/dtoverlay/dtoverlay.1 b/host_applications/linux/apps/dtoverlay/dtoverlay.1 index 5d58145d1..6f629b388 100644 --- a/host_applications/linux/apps/dtoverlay/dtoverlay.1 +++ b/host_applications/linux/apps/dtoverlay/dtoverlay.1 @@ -150,4 +150,4 @@ afterwards. Each executable is optional and will be ignored if not present. .SH REFERENCES .TP .B [DTREE] -https://www.raspberrypi.org/documentation/configuration/device-tree.md +https://www.raspberrypi.com/documentation/computers/configuration.html#device-trees-overlays-and-parameters diff --git a/host_applications/linux/apps/dtoverlay/dtparam.1 b/host_applications/linux/apps/dtoverlay/dtparam.1 index 51c935f70..7dafdea7d 100644 --- a/host_applications/linux/apps/dtoverlay/dtparam.1 +++ b/host_applications/linux/apps/dtoverlay/dtparam.1 @@ -63,4 +63,4 @@ Disable the audio output. .SH REFERENCES .TP .B [DTREE] -https://www.raspberrypi.org/documentation/configuration/device-tree.md +https://www.raspberrypi.com/documentation/computers/configuration.html#device-trees-overlays-and-parameters diff --git a/host_applications/linux/apps/gencmd/gencmd.c b/host_applications/linux/apps/gencmd/gencmd.c index d29ab711a..a7350c283 100644 --- a/host_applications/linux/apps/gencmd/gencmd.c +++ b/host_applications/linux/apps/gencmd/gencmd.c @@ -154,7 +154,7 @@ void show_usage() puts( " -1 problem with VCHI" ); puts( " -2 VideoCore returned an error\n" ); puts( "For further documentation please see" ); - puts( "https://www.raspberrypi.org/documentation/computers/os.html#vcgencmd\n" ); + puts( "https://www.raspberrypi.com/documentation/computers/os.html#vcgencmd\n" ); } int main( int argc, char **argv ) diff --git a/host_applications/linux/apps/gencmd/vcgencmd.1 b/host_applications/linux/apps/gencmd/vcgencmd.1 index 5db5c062b..8b82f0e77 100644 --- a/host_applications/linux/apps/gencmd/vcgencmd.1 +++ b/host_applications/linux/apps/gencmd/vcgencmd.1 @@ -283,5 +283,5 @@ VideoCore returned an error . .SH SEE ALSO .B [DOCS] -https://www.raspberrypi.org/\:documentation/\:computers/\:os.html#vcgencmd +https://www.raspberrypi.com/documentation/computers/os.html#vcgencmd . diff --git a/host_applications/linux/apps/raspicam/README.md b/host_applications/linux/apps/raspicam/README.md index 05e622a35..d0cbbb67e 100644 --- a/host_applications/linux/apps/raspicam/README.md +++ b/host_applications/linux/apps/raspicam/README.md @@ -2,7 +2,7 @@ The full documentation for the camera applications is now hosted in the Raspberry Pi documentation area. -[Camera documentation](https://www.raspberrypi.org/documentation/raspbian/applications/camera.md) +[Camera documentation](https://www.raspberrypi.com/documentation/computers/camera_software.html#raspicam-applications) diff --git a/host_applications/linux/apps/raspicam/raspicam.7 b/host_applications/linux/apps/raspicam/raspicam.7 index dc8e3bf9d..02d0cf954 100644 --- a/host_applications/linux/apps/raspicam/raspicam.7 +++ b/host_applications/linux/apps/raspicam/raspicam.7 @@ -688,4 +688,4 @@ turns off stereo mode (the default). .SH REFERENCES .TP .B [SOURCE] -https://www.raspberrypi.org/\:documentation/\:raspbian/\:applications/\:camera.md +https://www.raspberrypi.com/documentation/computers/camera_software.html#raspicam-applications diff --git a/host_applications/linux/apps/raspicam/raspistill.1 b/host_applications/linux/apps/raspicam/raspistill.1 index 8d8a5e282..658cfd7f8 100644 --- a/host_applications/linux/apps/raspicam/raspistill.1 +++ b/host_applications/linux/apps/raspicam/raspistill.1 @@ -458,4 +458,4 @@ https://en.wikipedia.org/wiki/Exif . .TP .B [SOURCE] -https://www.raspberrypi.org/\:documentation/\:raspbian/\:applications/\:camera.md +https://www.raspberrypi.com/documentation/computers/camera_software.html#raspicam-applications diff --git a/host_applications/linux/apps/raspicam/raspivid.1 b/host_applications/linux/apps/raspicam/raspivid.1 index 3a1d203f1..16315ad6d 100644 --- a/host_applications/linux/apps/raspicam/raspivid.1 +++ b/host_applications/linux/apps/raspicam/raspivid.1 @@ -479,4 +479,4 @@ Encode a 5s camera stream and send the image data to a file. .SH REFERENCES .TP .B [SOURCE] -https://www.raspberrypi.org/\:documentation/\:raspbian/\:applications/\:camera.md +https://www.raspberrypi.com/documentation/computers/camera_software.html#raspicam-applications diff --git a/host_applications/linux/apps/raspicam/raspividyuv.1 b/host_applications/linux/apps/raspicam/raspividyuv.1 index fd8e02903..3f3cf2742 100644 --- a/host_applications/linux/apps/raspicam/raspividyuv.1 +++ b/host_applications/linux/apps/raspicam/raspividyuv.1 @@ -269,7 +269,7 @@ Application terminated by Ctrl-C .SH REFERENCES .TP .B [SOURCE] -https://www.raspberrypi.org/\:documentation/\:raspbian/\:applications/\:camera.md +https://www.raspberrypi.com/documentation/computers/camera_software.html#raspicam-applications . .TP .B [YUV] diff --git a/host_applications/linux/apps/raspicam/raspiyuv.1 b/host_applications/linux/apps/raspicam/raspiyuv.1 index a13bc62ab..ad5c5ee15 100644 --- a/host_applications/linux/apps/raspicam/raspiyuv.1 +++ b/host_applications/linux/apps/raspicam/raspiyuv.1 @@ -227,7 +227,7 @@ Application terminated by Ctrl-C .SH REFERENCES .TP .B [SOURCE] -https://www.raspberrypi.org/\:documentation/\:raspbian/\:applications/\:camera.md +https://www.raspberrypi.com/documentation/computers/camera_software.html#raspicam-applications . .TP .B [YUV] diff --git a/host_applications/linux/apps/tvservice/tvservice.1 b/host_applications/linux/apps/tvservice/tvservice.1 index aa9bc8bcd..bacc34c65 100644 --- a/host_applications/linux/apps/tvservice/tvservice.1 +++ b/host_applications/linux/apps/tvservice/tvservice.1 @@ -152,4 +152,4 @@ https://en.wikipedia.org/wiki/Extended_Display_Identification_Data . .TP .B [SOURCE] -https://www.raspberrypi.org/documentation/raspbian/applications/tvservice.md +https://www.raspberrypi.com/documentation/computers/os.html#tvservice diff --git a/host_applications/linux/apps/vcmailbox/raspiotp.7 b/host_applications/linux/apps/vcmailbox/raspiotp.7 index 3341d9939..fcc37630d 100644 --- a/host_applications/linux/apps/vcmailbox/raspiotp.7 +++ b/host_applications/linux/apps/vcmailbox/raspiotp.7 @@ -223,6 +223,6 @@ https://github.com/raspberrypi/firmware/wiki/Mailbox-property-interface . .TP .B [SOURCE] -https://www.raspberrypi.org/documentation/hardware/raspberrypi/otpbits.md +https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#otp-register-and-bit-definitions and -https://www.raspberrypi.org/documentation/hardware/industrial/README.md +https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#industrial-use-of-the-raspberry-pi diff --git a/host_applications/linux/apps/vcmailbox/raspirev.7 b/host_applications/linux/apps/vcmailbox/raspirev.7 index 01cd8fa71..7f9e93e9b 100644 --- a/host_applications/linux/apps/vcmailbox/raspirev.7 +++ b/host_applications/linux/apps/vcmailbox/raspirev.7 @@ -329,4 +329,4 @@ d03114|4B|1.4|8GB|Sony UK .SH REFERENCES .TP .B [SOURCE] -https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-codes/README.md +https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-revision-codes