From 6786dafc1e0932b9a73077a821e619a1efa4a600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix?= Date: Fri, 6 Sep 2024 23:50:32 -0400 Subject: [PATCH] Fixed links in documentation. --- web/docs/getting-started/tutorial-basics.md | 2 +- web/docs/users-guide/commands.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/docs/getting-started/tutorial-basics.md b/web/docs/getting-started/tutorial-basics.md index 60c11551..041cc8b4 100644 --- a/web/docs/getting-started/tutorial-basics.md +++ b/web/docs/getting-started/tutorial-basics.md @@ -81,7 +81,7 @@ Leo has hundreds of commands, described in [Leo's Command Reference](../users-gu A curated set of common commands are accessible through the VSCode UI — toolbar buttons, icon menus, and [key bindings](../users-guide/commands.md#key-reference). Those commands are discoverable via the [VSCode Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette). (accessible through `F1` or `Ctrl+Shift+P`) -With `Alt+X`, the complete set of commands is discoverable in its entirety through Leo's own command palette: [Leo's minibuffer](../users-guide/commands.md#executing-commands-from-the-minibuffer). +With `Alt+X`, the complete set of commands is discoverable in its entirety through Leo's own command palette: [Leo's minibuffer](../users-guide/commands.md#using-the-minibuffer). ![Leo's Minibuffer](./img/minibuffer-list.png)\ _The minibuffer showing all available commands_ diff --git a/web/docs/users-guide/commands.md b/web/docs/users-guide/commands.md index 7acc3941..29b63cc1 100644 --- a/web/docs/users-guide/commands.md +++ b/web/docs/users-guide/commands.md @@ -6,7 +6,7 @@ sidebar_position: 3 This chapter lists almost all of Leo's commands. It starts with a discussion of the Emacs-like minibuffer. -## Using the the minibuffer +## Using the minibuffer Use `Alt-X` to open the minibuffer input box. You use the minibuffer to execute commands by name.