From a18e367e5f374f845e4bbb5686aabb1716f88fb1 Mon Sep 17 00:00:00 2001 From: ticki <ticki@users.noreply.github.com> Date: Sat, 27 Aug 2016 11:29:57 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 986a9ca5..61952231 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab