Skip to content

Commit 6bb6aaa

Browse files
committed
Just use docs.rs for documentation purposes
1 parent c04b48a commit 6bb6aaa

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,4 @@ script:
3838
travis-cargo --only stable doc -- --features=tokio
3939
4040
after_success:
41-
- '[ $TRAVIS_OS_NAME == linux ] && travis-cargo --only stable doc-upload'
4241
- '[ $TRAVIS_OS_NAME == linux ] && travis-cargo coveralls --no-sudo --verify'
43-
44-
notifications:
45-
webhooks: http://rust-embedded-bot.herokuapp.com/travis

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rust-sysfs-gpio
55
[![Version](https://img.shields.io/crates/v/sysfs-gpio.svg)](https://crates.io/crates/sysfs-gpio)
66
[![License](https://img.shields.io/crates/l/sysfs-gpio.svg)](https://github.com/rust-embedded/rust-sysfs-gpio/blob/master/README.md#license)
77

8-
- [API Documentation](http://rust-embedded.github.io/rust-sysfs-gpio/sysfs_gpio/index.html)
8+
- [API Documentation](https://docs.rs/sysfs_gpio)
99

1010
rust-sysfs-gpio is a rust library/crate providing access to the Linux
1111
sysfs GPIO interface (https://www.kernel.org/doc/Documentation). It

0 commit comments

Comments
 (0)