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 668b416 commit 2b1dc93Copy full SHA for 2b1dc93
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
authors = ["Konstantin Stepanov <[email protected]>"]
3
description = "A client library for MPD (music player daemon), like libmpdclient but in Rust"
4
-documentation = "http://kstep.me/rust/doc/mpd/mpd/index.html"
+documentation = "http://kstep.me/rust-mpd/mpd/index.html"
5
homepage = "https://github.com/kstep/rust-mpd"
6
license = "MIT"
7
name = "mpd"
README.md
@@ -2,7 +2,7 @@
Pure Rust version of [libmpdclient](http://www.musicpd.org/libs/libmpdclient/).
-[Full documentation](http://kstep.me/rust/doc/mpd/mpd/index.html)
+[Full documentation](http://kstep.me/rust-mpd/mpd/index.html)
## Example
8
0 commit comments