Updated documentation links. This might change again back to Rust-CI if

that starts working again.
This commit is contained in:
Aaron Weiss 2014-12-09 00:42:04 -05:00
parent ccc293fc6f
commit 1fa18b7f6e
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ description = "A simple, thread-safe IRC client library."
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"] authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
license = "Unlicense" license = "Unlicense"
keywords = ["irc", "client", "thread-safe"] keywords = ["irc", "client", "thread-safe"]
documentation = "http://www.rust-ci.org/aaronweiss74/irc/doc/irc/" documentation = "http://aaronweiss74.github.io/irc/irc/"
repository = "https://github.com/aaronweiss74/irc" repository = "https://github.com/aaronweiss74/irc"
readme = "README.md" readme = "README.md"

View file

@ -1,7 +1,7 @@
# irc [![Build Status](https://travis-ci.org/aaronweiss74/irc.svg?branch=master)](https://travis-ci.org/aaronweiss74/irc) # # irc [![Build Status](https://travis-ci.org/aaronweiss74/irc.svg?branch=master)](https://travis-ci.org/aaronweiss74/irc) #
A thread-safe IRC library in Rust based on iterators. It's hopefully compliant with A thread-safe IRC library in Rust based on iterators. It's hopefully compliant with
[RFC 2812](http://tools.ietf.org/html/rfc2812). You can find up-to-date, ready-to-use documentation [RFC 2812](http://tools.ietf.org/html/rfc2812). You can find up-to-date, ready-to-use documentation
online [here](http://www.rust-ci.org/aaronweiss74/irc/doc/irc/). The documentation is generated online [here](http://aaronweiss74.github.io/irc/irc/). The documentation is generated
using both the SSL feature and the encode feature. Specifically, the signatures of using both the SSL feature and the encode feature. Specifically, the signatures of
irc::conn::Connection::send(...) and irc::conn::Connection::recv(...) will be different by default. irc::conn::Connection::send(...) and irc::conn::Connection::recv(...) will be different by default.