Skip to content

Commit 51d7c9b

Browse files
committed
Fix URLs in README
These got broken by the recent doc update and the redirects to raspberrypi.com don't seem to be correct
1 parent b93a756 commit 51d7c9b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This repository contains the scripts and pre-compiled binaries used to create th
55
Please check the Raspberry Pi [general discussion forum](https://www.raspberrypi.org/forums/viewforum.php?f=63) if you have a support question.
66

77
# Reset to factory defaults
8-
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.
8+
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.
99

1010
# Bootloader documentation
11-
* [The boot folder](https://www.raspberrypi.org/documentation/configuration/boot_folder.md)
12-
* [Config.txt boot options](https://www.raspberrypi.org/documentation/configuration/config-txt/boot.md)
13-
* [Bootloader EEPROM](https://www.raspberrypi.org/documentation/hardware/raspberrypi/booteeprom.md)
14-
* [Bootloader configuration](https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md)
15-
* [Updating the Compute Module 4 bootloader](https://www.raspberrypi.org/documentation/hardware/computemodule/cm-emmc-flashing.md#cm4bootloader)
11+
* [The boot folder](https://www.raspberrypi.com/documentation/computers/configuration.html#the-boot-folder)
12+
* [Config.txt boot options](https://www.raspberrypi.com/documentation/computers/config_txt.html#boot-options)
13+
* [Bootloader EEPROM](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-boot-eeprom)
14+
* [Bootloader configuration](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-bootloader-configuration)
15+
* [Updating the Compute Module 4 bootloader](https://www.raspberrypi.com/documentation/computers/compute-module.html#cm4bootloader)
1616
* [Release notes](firmware/release-notes.md)
1717
* [Releases](releases.md)

0 commit comments

Comments
 (0)