From 759460850c2cb69e19567947a42fbed996e7bf61 Mon Sep 17 00:00:00 2001 From: TrevorM <4226647+trejan@users.noreply.github.com> Date: Sun, 7 Jan 2024 17:56:13 +0000 Subject: [PATCH] Updated documentation links Documentation anchor IDs had been changed as they aren't Pi 4 specific now. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cafa67c..060f1bb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To reset the bootloader back to factory defaults use [Raspberry Pi Imager](https # Bootloader documentation * [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) +* [Bootloader EEPROM](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-boot-eeprom) +* [Bootloader configuration](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-bootloader-configuration) * [Updating the Compute Module 4 bootloader](https://www.raspberrypi.com/documentation/computers/compute-module.html#cm4bootloader) * [Releases and release notes](releases.md)