Merge pull request #2940 from fluem/fix_building_tutor

Fix building tutor
This commit is contained in:
Oliver Blanthorn 2020-10-24 08:32:10 +01:00 committed by GitHub
commit 4386f4cc65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>