1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

docs: small fixes

This commit is contained in:
Martin Milata 2020-07-02 15:04:06 +02:00 committed by Tomas Susanka
parent 3a3e5739b0
commit 6633cdf026
4 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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

View File

@ -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.

View File

@ -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)