Skip to content

Commit d6e4ffa

Browse files
committed
Fix link
1 parent f725818 commit d6e4ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smoltcp_phy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use smoltcp::phy::{ChecksumCapabilities, Device, DeviceCapabilities, RxToken, Tx
44
use smoltcp::time::Instant;
55
use smoltcp::Error;
66

7-
/// Use this Ethernet driver with [smoltcp](https://github.com/m-labs/smoltcp)
7+
/// Use this Ethernet driver with [smoltcp](https://github.com/smoltcp-rs/smoltcp)
88
impl<'a, 'rx, 'tx, 'b> Device<'a> for &'b mut EthernetDMA<'rx, 'tx> {
99
type RxToken = EthRxToken<'a>;
1010
type TxToken = EthTxToken<'a>;

0 commit comments

Comments
 (0)