diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-02-19 18:17:38 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-02-19 18:18:04 +0000 |
commit | e7d45ec089262e8b6731ddf87e65a06f4de07841 (patch) | |
tree | 3cfd2584681a901fb155f63c106c28834ae3c892 /src | |
parent | f70130322cd306268c5da12c1517dc5725615ae8 (diff) | |
download | tour-e7d45ec089262e8b6731ddf87e65a06f4de07841.tar.gz tour-e7d45ec089262e8b6731ddf87e65a06f4de07841.zip |
Update link
Diffstat (limited to 'src')
-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> |