From: Quentin Schulz <[email protected]>

The current link results in a 404. Looking at the Wayback Machine[1], I
found a similar page currently being served. It's probably very outdated
by now but at least it's not a 404 anymore.

[1] 
https://web.archive.org/web/20230520044331/https://www.chromium.org/chromium-os/firmware-porting-guide/
Signed-off-by: Quentin Schulz <[email protected]>
---
 tools/binman/etype/gbb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/binman/etype/gbb.py b/tools/binman/etype/gbb.py
index cca18af6e2fa..70067a545047 100644
--- a/tools/binman/etype/gbb.py
+++ b/tools/binman/etype/gbb.py
@@ -48,7 +48,7 @@ class Entry_gbb(Entry):
     the root and recovery keys that are used to verify the boot process. Some
     more details are here:
 
-        https://www.chromium.org/chromium-os/firmware-porting-guide/2-concepts
+        
https://www.chromium.org/chromium-os/developer-library/guides/firmware/firmware-porting-guide/2-concepts/
 
     but note that the page dates from 2013 so is quite out of date. See
     README.chromium for how to obtain the required keys and tools.

Reply via email to