From 13feab2bfda2ffdfaf97468ca178182c5b6463cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 13 Jan 2020 02:42:48 +0100 Subject: [PATCH] README: fix the link to cheat's repository (#3749) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d15b7e1e52..b5b1ae60e4 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Have a look at the [contributing guidelines](CONTRIBUTING.md), and go ahead! ## Similar projects -- [Cheat](https://github.com/chrisallenlane/cheat) +- [Cheat](https://github.com/cheat/cheat) allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.