From 6865f053bfcf0f45f747766636fa8d4f30bc5b4d Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 1 Feb 2025 18:48:07 +0200 Subject: [PATCH] docs(core): update `index.md` [no changelog] --- docs/core/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/index.md b/docs/core/index.md index 55ad67be483..a0d543fed60 100644 --- a/docs/core/index.md +++ b/docs/core/index.md @@ -1,6 +1,6 @@ # Trezor Core -Trezor Core is the second-gen firmware running on Trezor devices. It currently runs on Trezor T and Trezor Safe 3, but it might be used on Trezor One in the future as well (see issue [#24](https://github.com/trezor/trezor-firmware/issues/24)). +Trezor Core is the second-gen firmware running on Trezor devices. It currently runs on Trezor T, Trezor Safe 3 and Trezor Safe 5. Trezor Core is part of the trezor-firmware monorepo to be found on [GitHub](https://github.com/trezor/trezor-firmware), in the `core` subdirectory. @@ -12,4 +12,4 @@ Where appropriate, we also use Rust. For example, all UI components and animatio ## Boot -Module `src/main.py` is the first one to be invoked in MicroPython. It starts the USB, initializes the wire codec and boots applications (see [Apps](apps.md)). +Module `src/main.py` is the first one to be invoked in MicroPython. It starts the USB, initializes the wire codec and boots applications (see [Apps](src/apps.md)).