From aff35c03182e31f7f4b0846d70e120eeef8d9c97 Mon Sep 17 00:00:00 2001 From: Robert Vojta Date: Fri, 27 Sep 2019 13:58:50 +0200 Subject: [PATCH] Fix the examples link Signed-off-by: Robert Vojta --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index e5a9c20..59029d2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,8 +6,7 @@ //! //! This documentation does not contain a lot of examples. The reason is that it's fairly //! obvious how to use this crate. Although, we do provide -//! [separate examples](https://github.com/TimonPost/crossterm/tree/master/examples) and -//! some [complex programs](https://github.com/TimonPost/crossterm/tree/master/examples/program_examples) +//! [examples](https://github.com/crossterm-rs/examples) repository //! to demonstrate the capabilities. //! //! ## Examples