Use docs.rs for documentation.

Instead of outdated self-hosted docs, we let the awesome
[docs.rs](https://docs.rs) do the job for us.
This commit is contained in:
ticki 2016-08-27 11:29:57 +02:00
parent 32d62043a7
commit a18e367e5f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cleaner to use escapes.
Supports Redox, Mac OS X, BSD, and Linux (or, in general, ANSI terminals).
[Documentation.](http://ticki.github.io/termion/) | [Examples.](https://github.com/Ticki/termion/tree/master/examples) | [Changelog.](https://github.com/Ticki/termion/tree/master/CHANGELOG.md)
[Documentation.](https://docs.rs/crate/termion/) | [Examples.](https://github.com/Ticki/termion/tree/master/examples) | [Changelog.](https://github.com/Ticki/termion/tree/master/CHANGELOG.md)
## A note on stability