From 8f0f42696f29e890ecb346a6f8a490137fdadf71 Mon Sep 17 00:00:00 2001 From: John Gabriele Date: Wed, 4 Oct 2017 15:11:23 -0400 Subject: [PATCH] Tell users how to navigate the tour It's not obvious how to navigate the tour. Upon first seeing it, I thought it was only one page, with the link at the bottom possibly providing that page in different languages. I think this one improvement will greatly increase the number of readers who make it past the first page. --- welcome/welcome-to-d.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/welcome/welcome-to-d.md b/welcome/welcome-to-d.md index 7edcf7f..5c34d04 100644 --- a/welcome/welcome-to-d.md +++ b/welcome/welcome-to-d.md @@ -39,6 +39,9 @@ Each section comes with a source code example that can be modified and used to experiment with D's language features. Click the run button (or `Ctrl-enter`) to compile and run it. +To navigate this tour, either use the "`<` previous" and "next `>`" links at the +bottom, or else go straight to particular sections using the menus at the top. + ### Contributing This tour is [open source](https://github.com/dlang-tour)