Skip to content

Commit fc65312

Browse files
committed
Fix a 'invalid URL' rustdoc warning
1 parent 9fbcff1 commit fc65312

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/modules/spi/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ use crate::{Register, Pin};
88

99
/// An SPI module.
1010
///
11-
/// Information at
12-
/// http://maxembedded.com/2013/11/the-spi-of-the-avr/
11+
/// Information at [maxembedded.com](http://maxembedded.com/2013/11/the-spi-of-the-avr/).
1312
pub trait HardwareSpi {
1413
type MasterInSlaveOut: Pin;
1514
type MasterOutSlaveIn: Pin;

0 commit comments

Comments
 (0)