From 05f287bb64dec58d1f13d1ebce0edd12fa21b8e1 Mon Sep 17 00:00:00 2001 From: Timon Date: Sat, 25 Aug 2018 12:09:01 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7039bbe..67e5746 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Crossterm aims to be simple and easy to call in code. Though the simplicity of Crossterm, you do not have to worry about the platform you are working with. You can just call whatever action you want and behind the scenes it will check what to do based on the current platform. -This crate supports all unix and windows terminals down to windows 7 (not all terminals are tested see [Tested Terminals](Link) for more info) +This crate supports all unix and windows terminals down to windows 7 (not all terminals are tested see [Tested Terminals](https://github.com/TimonPost/crossterm#tested-terminals) for more info) ## Table of contents: - [Getting started](https://github.com/TimonPost/crossterm#getting-started) @@ -314,4 +314,4 @@ Check [Contributing](https://github.com/TimonPost/crossterm/blob/master/docs/Con ## License -This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details \ No newline at end of file +This project is licensed under the MIT License - see the [https://github.com/TimonPost/crossterm/blob/master/LICENSE](LICENSE.md) file for details