Fix building tutor

This commit is contained in:
fluem 2020-10-23 15:23:21 +02:00
parent 01c174553c
commit e4a330a20b
3 changed files with 2 additions and 2 deletions

View file

@ -14,4 +14,4 @@ If there is ever only a single hint remaining (for example, because you have wit
Some hints have their tags (the labels which show which characters to press to activate them) in grey in the default theme. These correspond to elements which have JavaScript mouse events attached to them. If an element has a grey and a red hint tag next to it, pick the red one as this is almost always the correct tag.
The [next page](./3.5-visual_mode.html) will cover the visual mode. <a href='./2-normal_mode.html' rel="prev"></a>
The [next page](./3-1-visual_mode.html) will cover the visual mode. <a href='./2-normal_mode.html' rel="prev"></a>

View file

@ -18,4 +18,4 @@ We support a handful of keybinds in the console:
* `Ctrl-F` to complete the command from command history
* `Space` to insert the URL of the highlighted completion into the command line
The [next page](./5-settings.html) will talk about the various settings available. <a href='./3.5-visual_mode.html' rel="prev"></a>
The [next page](./5-settings.html) will talk about the various settings available. <a href='./3-1-visual_mode.html' rel="prev"></a>