From 25ecf26afc6dd0259cb6144c19f8db3bef7787e1 Mon Sep 17 00:00:00 2001 From: Igor Brylev Date: Fri, 18 Oct 2024 00:15:15 +0300 Subject: [PATCH] Update link to headertool.py in boot.md --- docs/core/misc/boot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/misc/boot.md b/docs/core/misc/boot.md index 45e504463c..d2a9277857 100644 --- a/docs/core/misc/boot.md +++ b/docs/core/misc/boot.md @@ -54,7 +54,7 @@ allowing a firmware update via USB. * Signature system is Ed25519 (allows combining signatures by multiple keys into one). * All multibyte integer values are little endian. -* There is a tool called [headertool.py](https://github.com/trezor/trezor-firmware/blob/master/core/tools/headertool.py) which checks validity +* There is a tool called [headertool.py](https://github.com/trezor/trezor-firmware/blob/main/core/tools/trezor_core_tools/headertool.py) which checks validity of the bootloader/firmware images including their headers. ## Bootloader Format