diff --git a/Cargo.toml b/Cargo.toml index bd6289f..74ae433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "irc" -version = "0.8.0" +version = "0.8.1" description = "A simple, thread-safe IRC client library." authors = ["Aaron Weiss "] license = "Unlicense" keywords = ["irc", "client", "thread-safe"] -documentation = "http://www.rust-ci.org/aatxe/irc/doc/irc/" +documentation = "http://aatxe.github.io/irc/irc/" repository = "https://github.com/aatxe/irc" readme = "README.md" diff --git a/README.md b/README.md index 130de89..daaefa8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A thread-safe IRC library in Rust. The client portion is compliant with [RFC 2812](http://tools.ietf.org/html/rfc2812) and includes some additional, common features. The server portion is still a work in progress. You can find up-to-date, ready-to-use documentation -online [here](http://www.rust-ci.org/aatxe/irc/doc/irc/). The documentation is generated with the +online [here](http://aatxe.github.io/irc/irc/). The documentation is generated with the default features. These are, however, strictly optional and can be disabled accordingly. ## Getting Started ##