diff options
Diffstat (limited to 'src/tour.gleam')
-rw-r--r-- | src/tour.gleam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tour.gleam b/src/tour.gleam index 3ade634..64dc758 100644 --- a/src/tour.gleam +++ b/src/tour.gleam @@ -78,8 +78,8 @@ const what_next_html = " </p> <p> - Read the <a href=\"https://gleam.run/getting-started/\">Gleam getting started - documentation</a> to learn more about the language and its tooling. + Read the <a href=\"https://gleam.run/writing-gleam\">Writing Gleam + guide</a> to learn how to create and develop a Gleam project. </p> <p> Join the <a href=\"https://discord.gg/Fm8Pwmy\">the Gleam Discord server</a> |