Skip to content

Commit 9f1ce3b

Browse files
committed
Update documentation link in Cargo.toml to match README.md
1 parent df057f2 commit 9f1ce3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
license = "MIT/Apache-2.0"
88
repository = "https://github.com/rust-embedded/rust-spidev"
99
homepage = "https://github.com/rust-embedded/rust-spidev"
10-
documentation = "http://posborne.github.io/rust-spidev"
10+
documentation = "https://docs.rs/spidev"
1111
description = """
1212
Provides access to the Linux spidev interface. This
1313
interface allows for configuration of the spidev device,

0 commit comments

Comments
 (0)