From a99949ccc2683399bc47f29c7963fb639e557200 Mon Sep 17 00:00:00 2001 From: Will Minshew Date: Sat, 1 Jan 2022 00:18:49 -0800 Subject: [PATCH] update README links (#754) --- ethers-signers/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ethers-signers/README.md b/ethers-signers/README.md index 6b2dde5f2..696b69eaf 100644 --- a/ethers-signers/README.md +++ b/ethers-signers/README.md @@ -7,10 +7,11 @@ signing middleware. Supported signers: -- [Private key](./type.LocalWallet.html) -- [Ledger](./struct.Ledger.html) -- [YubiHSM2](./struct.Yubi.html) -- [AWS KMS](./struct.AwsSigner.html) +- [Private key](./src/wallet) +- [Ledger](./src/ledger) +- [Trezor](./src/trezor) +- [YubiHSM2](./src/wallet/yubi.rs) +- [AWS KMS](./src/aws) ```no_run # use ethers_signers::{LocalWallet, Signer};