Skip to content

Commit 99ea400

Browse files
committed
Fix links in the README
Fixes #5. Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent 182d51b commit 99ea400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# rust-sysfs-pwm
22

3-
[![Build Status](https://travis-ci.org/rust-embedded/rust-sysfs-pwm.svg?branch=master)](https://travis-ci.org/posborne/rust-sysfs-pwm)
3+
[![Build Status](https://travis-ci.org/rust-embedded/rust-sysfs-pwm.svg?branch=master)](https://travis-ci.org/rust-embedded/rust-sysfs-pwm)
44
[![Version](https://img.shields.io/crates/v/sysfs-pwm.svg)](https://crates.io/crates/sysfs-pwm)
5-
[![License](https://img.shields.io/crates/l/sysfs-pwm.svg)](https://github.com/posborne/rust-sysfs-pwm/blob/master/README.md#license)
5+
[![License](https://img.shields.io/crates/l/sysfs-pwm.svg)](README.md#license)
66

7-
- [API Documentation](http://posborne.github.io/rust-sysfs-pwm/)
7+
- [API Documentation](https://docs.rs/sysfs-pwm)
88

99
rust-sysfs-pwm is a rust library/crate providing access to the [Linux
1010
sysfs PWM interface](https://www.kernel.org/doc/Documentation/pwm.txt).

0 commit comments

Comments
 (0)