From 51d7c9bb783e4ee61eeb1ef75f1db8c7dcf27358 Mon Sep 17 00:00:00 2001 From: Peter Harper Date: Wed, 6 Oct 2021 17:50:07 +0100 Subject: [PATCH] Fix URLs in README These got broken by the recent doc update and the redirects to raspberrypi.com don't seem to be correct --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 58a2237..311cd5b 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ This repository contains the scripts and pre-compiled binaries used to create th Please check the Raspberry Pi [general discussion forum](https://www.raspberrypi.org/forums/viewforum.php?f=63) if you have a support question. # Reset to factory defaults -To reset the bootloader back to factory defaults use [Raspberry Pi Imager](https://www.raspberrypi.org/downloads/) to write an EEPROM update image to a spare SD card. Select `Misc utility images` under the `Operating System` tab. +To reset the bootloader back to factory defaults use [Raspberry Pi Imager](https://www.raspberrypi.com/software/) to write an EEPROM update image to a spare SD card. Select `Misc utility images` under the `Operating System` tab. # Bootloader documentation -* [The boot folder](https://www.raspberrypi.org/documentation/configuration/boot_folder.md) -* [Config.txt boot options](https://www.raspberrypi.org/documentation/configuration/config-txt/boot.md) -* [Bootloader EEPROM](https://www.raspberrypi.org/documentation/hardware/raspberrypi/booteeprom.md) -* [Bootloader configuration](https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md) -* [Updating the Compute Module 4 bootloader](https://www.raspberrypi.org/documentation/hardware/computemodule/cm-emmc-flashing.md#cm4bootloader) +* [The boot folder](https://www.raspberrypi.com/documentation/computers/configuration.html#the-boot-folder) +* [Config.txt boot options](https://www.raspberrypi.com/documentation/computers/config_txt.html#boot-options) +* [Bootloader EEPROM](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-boot-eeprom) +* [Bootloader configuration](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-bootloader-configuration) +* [Updating the Compute Module 4 bootloader](https://www.raspberrypi.com/documentation/computers/compute-module.html#cm4bootloader) * [Release notes](firmware/release-notes.md) * [Releases](releases.md)