aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter0_basics/lesson02_modules/en.html
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-03-26 11:40:04 +0000
committerLouis Pilfold <louis@lpil.uk>2024-03-26 11:40:04 +0000
commited8c00f01f56dd150ea5a8597822cd505a6cbb79 (patch)
tree2e18271e47b7ee10df7c629de1ffc1d8582b3559 /src/content/chapter0_basics/lesson02_modules/en.html
parent04ec0d86c8b43d1cca48adc937b3e596a10577a1 (diff)
downloadtour-ed8c00f01f56dd150ea5a8597822cd505a6cbb79.tar.gz
tour-ed8c00f01f56dd150ea5a8597822cd505a6cbb79.zip
Remove link
Diffstat (limited to 'src/content/chapter0_basics/lesson02_modules/en.html')
-rw-r--r--src/content/chapter0_basics/lesson02_modules/en.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/content/chapter0_basics/lesson02_modules/en.html b/src/content/chapter0_basics/lesson02_modules/en.html
index ebfd8bc..0ece645 100644
--- a/src/content/chapter0_basics/lesson02_modules/en.html
+++ b/src/content/chapter0_basics/lesson02_modules/en.html
@@ -1,12 +1,8 @@
<p>
Gleam code is organized into units called <em>modules</em>. A module is a
bunch of definitions (of types, functions, etc.) that seem to belong together.
- For example, the
- <a href="https://hexdocs.pm/gleam_stdlib/gleam/io.html">
- <code>gleam/io</code>
- </a>
- module contains a variety of functions for printing, like
- <code>println</code>.
+ For example, the <code>gleam/io</code> module contains a variety of functions
+ for printing, like <code>println</code>.
</p>
<p>
All gleam code is in <i>some</i> module or other, whose name comes from the