From c6a08676f898be46b15ec7678b454279b5e5f70a Mon Sep 17 00:00:00 2001 From: gwenn Date: Mon, 7 Oct 2024 15:42:35 +0200 Subject: [PATCH] Fix broken link in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c08a735f2..d6bf9c684 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ For all modes: [Readline vi Editing Mode Cheat Sheet](http://www.catonmat.net/download/bash-vi-editing-mode-cheat-sheet.pdf) -[Terminal codes (ANSI/VT100)](http://wiki.bash-hackers.org/scripting/terminalcodes) +[ANSI escape code](https://en.wikipedia.org/wiki/ANSI_escape_code) ## Wine @@ -256,4 +256,3 @@ trait. ## Minimum supported Rust version (MSRV) Latest stable Rust version at the time of release. It might compile with older versions. -