From d9a8194e14b31f64fb3a443f4f97acf0b24ef427 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 14 Dec 2020 16:18:38 +0100 Subject: [PATCH] docs: use absolute link for toif_convert --- docs/misc/toif.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/toif.md b/docs/misc/toif.md index a63f9cc42..468f1db5d 100644 --- a/docs/misc/toif.md +++ b/docs/misc/toif.md @@ -54,4 +54,4 @@ zdata = z.compress(pixeldata) + z.flush() ## Tools -* [toif_convert](../tools/toif_convert.py) - tool for converting PNGs into TOI format and back +* [toif_convert](https://github.com/trezor/trezor-firmware/blob/master/core/tools/toif_convert.py) - tool for converting PNGs into TOI format and back