From 85928179e368882b7806b1bfe8d42812f60c111c Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 29 Aug 2018 17:24:16 +0200 Subject: [PATCH] defs: better links in README --- defs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defs/README.md b/defs/README.md index 8041f0901..4bee070e9 100644 --- a/defs/README.md +++ b/defs/README.md @@ -92,7 +92,7 @@ You can use `./tools/cointool.py check -d all` to inspect duplicate detection in The file [`coins_details.json`](coins_details.json) is a list of all known coins with support status, market cap information and relevant links. This is the source -file for [https://trezor.io/coins]. +file for https://trezor.io/coins. You should never make changes to `coins_details.json` directly. Use `./tools/coins_details.py` to regenerate it from known data. @@ -110,7 +110,7 @@ External contributors should not touch this file unless asked to. We keep track of support status of each coin over our devices. That is `trezor1` for Trezor One, `trezor2` for Trezor T, `connect` for [Connect](https://github.com/trezor/connect) -and `webwallet` for [https://wallet.trezor.io/]. In further description, the word "device" +and `webwallet` for [Trezor Wallet](https://wallet.trezor.io/). In further description, the word "device" applies to Connect and webwallet as well. This information is stored in [`support.json`](support.json).