From ccfc47b215c05eaeb5b6f5549bbe51051a47f8e5 Mon Sep 17 00:00:00 2001 From: Nicolai Buchwitz Date: Sat, 7 Sep 2024 10:47:28 +0200 Subject: [PATCH] Fix docs link to CM4 bootloader Signed-off-by: Nicolai Buchwitz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 060f1bb..18466a2 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ To reset the bootloader back to factory defaults use [Raspberry Pi Imager](https * [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-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) +* [Updating the Compute Module 4 bootloader](https://www.raspberrypi.com/documentation/computers/compute-module.html#update-the-compute-module-bootloader) * [Releases and release notes](releases.md)