Skip to content

Commit

Permalink
doc: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Nov 25, 2023
1 parent 516f8c6 commit 8aa1ea4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ledger/src/transports/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ cfg_if::cfg_if! {

use log::{debug, error};
} else {
/// APDU Transport for native HID. Wraps [`hid`]'s
/// [`TransportNativeHID`][hid::TransportNativeHID].
/// APDU Transport for native HID. Wraps
/// [`TransportNativeHID`][native::hid::TransportNativeHID] in a
/// thread managing the IO.
pub mod native;
pub use native::LedgerHandle as DefaultTransport;

Expand Down

0 comments on commit 8aa1ea4

Please sign in to comment.