Skip to content

Commit adf6913

Browse files
Merge #20
20: Update documentation link in Cargo.toml to match README.md r=nastevens a=drakedevel The doc link in README.md was updated to point to docs.rs in 02ebfc0, but the link in Cargo.toml still points to the old site. This PR updates Cargo.toml to match. (I got confused following the docs link on crates.io, since the example code on the old site no longer builds 😛) Co-authored-by: Andrew Drake <adrake@adrake.org>
2 parents df057f2 + 9f1ce3b commit adf6913

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)