Skip to content

Commit 8c2bde8

Browse files
committed
Fix links in readme
1 parent 7b1c468 commit 8c2bde8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
The Rust `spidev` seeks to provide full access to the Linux spidev
1010
device in Rust without the need to wrap any C code or directly make
1111
low-level system calls. The documentation for the spidev interace can
12-
be found at https://www.kernel.org/doc/Documentation/spi/spidev.
12+
be found at <https://www.kernel.org/doc/Documentation/spi/spidev>.
1313

1414
## Example/API
1515

@@ -91,7 +91,7 @@ raspberry pi or beaglebone black:
9191
can be done by doing `sudo apt-get install g++-arm-linux-gnueabihf`.
9292
3. Build or install rust for your target. This is necessary in order
9393
to have libstd available for your target. For arm-linux-gnueabihf,
94-
you can find binaries at https://github.com/japaric/ruststrap.
94+
you can find binaries at <https://github.com/japaric/ruststrap>.
9595
With this approach or building it yourself, you will need to copy
9696
the ${rust}/lib/rustlib/arm-unknown-linux-gnueabihf to your system
9797
rust library folder (it is namespaced by triple, so it shouldn't
@@ -112,8 +112,8 @@ linker = "arm-linux-gnueabihf-gcc"
112112
Licensed under either of
113113

114114
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
115-
http://www.apache.org/licenses/LICENSE-2.0)
116-
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
115+
<http://www.apache.org/licenses/LICENSE-2.0>)
116+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
117117

118118
at your option.
119119

0 commit comments

Comments
 (0)