Skip to content

Commit 2b1dc93

Browse files
committed
update doc links
1 parent 668b416 commit 2b1dc93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Konstantin Stepanov <[email protected]>"]
33
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"
4+
documentation = "http://kstep.me/rust-mpd/mpd/index.html"
55
homepage = "https://github.com/kstep/rust-mpd"
66
license = "MIT"
77
name = "mpd"

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/doc/mpd/mpd/index.html)
5+
[Full documentation](http://kstep.me/rust-mpd/mpd/index.html)
66

77
## Example
88

0 commit comments

Comments
 (0)