We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43b0ff commit a83882bCopy full SHA for a83882b
.travis.yml
@@ -22,8 +22,4 @@ script:
22
travis-cargo test &&
23
travis-cargo --only stable doc
24
after_success:
25
- - travis-cargo --only stable doc-upload
26
- travis-cargo coveralls --no-sudo --verify
27
-env:
28
- global:
29
- secure: KslMBdaaetRiPqcQZF6bVaWSPR5820vgMaKflFK3UgAS5S5cavInbPb4rfcg9Pf1SvnQK7/XsvTj0SZQie7varjGrCdD1YhUFYBe2TLhZ4F7U4Ku4b8M61fzwY0KbYysqCSuGn2DNU+XWyPrJYqus7a1cBDVVjyvoTldkpF7QiY=
README.md
@@ -2,7 +2,7 @@
2
3
Pure Rust version of [libmpdclient](http://www.musicpd.org/libs/libmpdclient/).
4
5
-[Full documentation](http://kstep.me/rust-mpd/mpd/index.html)
+[Full documentation](http://docs.rs/mpd/)
6
7
## Example
8
0 commit comments