Skip to content

Commit 70905ae

Browse files
committed
Fix link syntax
1 parent 665525d commit 70905ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//!
1414
//! The methods exposed by this library are centered around
1515
//! the `Pin` struct and map pretty directly the API exposed
16-
//! by the kernel in syfs (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt).
16+
//! by the kernel in syfs <https://www.kernel.org/doc/Documentation/gpio/sysfs.txt>.
1717
//!
1818
//! # Examples
1919
//!

0 commit comments

Comments
 (0)