From 295743a96e21ffe5fadb67e2336effc140e29798 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 2 Sep 2022 16:31:21 +0530 Subject: [PATCH] Fix ref to launch doc --- kittens/hints/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kittens/hints/main.py b/kittens/hints/main.py index fc25187c7..405abdcb4 100644 --- a/kittens/hints/main.py +++ b/kittens/hints/main.py @@ -554,7 +554,7 @@ for the operating system. Various special values are supported: run the default open program. :code:`launch` - run :doc:`launch` to open the program in a new kitty tab, window, overlay, etc. + run :doc:`/launch` to open the program in a new kitty tab, window, overlay, etc. For example:: --program "launch --type=tab vim"