From 523b6c4c2dc78e1bb6f35616a661ec7834b47a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=2E=20Sch=C3=B6nitzer?= Date: Mon, 5 Oct 2020 15:54:11 +0200 Subject: [PATCH] Fix wrong kittenname in documentation It's called `hyperlinked_grep` not `hyperlink_grep`. --- docs/kittens/hyperlinked_grep.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kittens/hyperlinked_grep.rst b/docs/kittens/hyperlinked_grep.rst index bb75294cb..84bf91559 100644 --- a/docs/kittens/hyperlinked_grep.rst +++ b/docs/kittens/hyperlinked_grep.rst @@ -34,7 +34,7 @@ you use some editor other than vim, you should adjust the Finally, add an alias to your shell's rc files to invoke the kitten as ``hg``:: - alias hg='kitty +kitten hyperlink_grep' + alias hg='kitty +kitten hyperlinked_grep' You can now run searches with::