From 6633cdf026252560ea17d48dbd0595ca59682965 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Thu, 2 Jul 2020 15:04:06 +0200 Subject: [PATCH] docs: small fixes --- docs/SUMMARY.md | 2 +- docs/core/build/embedded.md | 2 +- docs/core/emulator/index.md | 2 +- docs/core/misc/index.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index a267771bb..ec5e3e129 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -22,9 +22,9 @@ - [Model One](hardware/model-one/index.md) - [Common](common/index.md) - [Communication](common/communication/index.md) + - [Sessions](common/communication/sessions.md) - [Passphrase](common/communication/passphrase.md) - [Migration](common/communication/passphrase-redesign-migration.md) - - [Sessions](common/communication/sessions.md) - [Storage](storage/index.md) - [Tests](tests/index.md) - [Device Tests](tests/device-tests.md) diff --git a/docs/core/build/embedded.md b/docs/core/build/embedded.md index 2e5a8c578..99970c855 100644 --- a/docs/core/build/embedded.md +++ b/docs/core/build/embedded.md @@ -38,7 +38,7 @@ make vendor build_boardloader build_bootloader build_firmware ## Uploading -Use `make upload` to upload the firmware to a production device. Do not forget to [enter bootloader](https://wiki.trezor.io/User_manual-Updating_the_Trezor_device_firmware__TT) on the device beforehand. +Use `make upload` to upload the firmware to a production device. Do not forget to [enter bootloader](https://wiki.trezor.io/User_manual:Updating_the_Trezor_device_firmware) on the device beforehand. ## Flashing diff --git a/docs/core/emulator/index.md b/docs/core/emulator/index.md index 236fc9f8a..0a324052e 100644 --- a/docs/core/emulator/index.md +++ b/docs/core/emulator/index.md @@ -57,7 +57,7 @@ To use the "all all all" seed defined in [SLIP-14](https://github.com/satoshilab ### Storage and Profiles -Internal Trezor's storage is emulated and stored in the `/var/tmp/trezor.flash` file on +Internal Trezor's storage is emulated and stored in the `/var/tmp/trezor.flash` file by default. Deleting this file is similar to calling _wipe device_. You can also find `/var/tmp/trezor.sdcard` for SD card. diff --git a/docs/core/misc/index.md b/docs/core/misc/index.md index aa505ad1f..6642412c0 100644 --- a/docs/core/misc/index.md +++ b/docs/core/misc/index.md @@ -2,5 +2,5 @@ Topics that do not fit elsewhere: -- [SLIP-39 in Core](core/misc/slip0039.md) -- [Exceptions usage](core/misc/exceptions.md) +- [SLIP-39 in Core](slip0039.md) +- [Exceptions usage](exceptions.md)