Skip to content

Commit a83882b

Browse files
committed
Switch to using doc.rs for documentation.
1 parent a43b0ff commit a83882b

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
@@ -22,8 +22,4 @@ script:
2222
travis-cargo test &&
2323
travis-cargo --only stable doc
2424
after_success:
25-
- travis-cargo --only stable doc-upload
2625
- travis-cargo coveralls --no-sudo --verify
27-
env:
28-
global:
29-
secure: KslMBdaaetRiPqcQZF6bVaWSPR5820vgMaKflFK3UgAS5S5cavInbPb4rfcg9Pf1SvnQK7/XsvTj0SZQie7varjGrCdD1YhUFYBe2TLhZ4F7U4Ku4b8M61fzwY0KbYysqCSuGn2DNU+XWyPrJYqus7a1cBDVVjyvoTldkpF7QiY=

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pure Rust version of [libmpdclient](http://www.musicpd.org/libs/libmpdclient/).
44

5-
[Full documentation](http://kstep.me/rust-mpd/mpd/index.html)
5+
[Full documentation](http://docs.rs/mpd/)
66

77
## Example
88

0 commit comments

Comments
 (0)