aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter4_standard_library/lesson00_standard_library_package
diff options
context:
space:
mode:
authorDimitrii Dulgher <d1alogw0w@gmail.com>2024-04-13 00:04:06 +0300
committerLouis Pilfold <louis@lpil.uk>2024-04-15 13:08:02 +0100
commita1c22e954299de5c823ec47cd2f633355764e3b2 (patch)
tree6db2d8e2d349d3078bb30190fae2271797cbc18a /src/content/chapter4_standard_library/lesson00_standard_library_package
parent421cbe75fa1bfbd4bc271bf233ede15836de760d (diff)
downloadtour-a1c22e954299de5c823ec47cd2f633355764e3b2.tar.gz
tour-a1c22e954299de5c823ec47cd2f633355764e3b2.zip
Add hrefs to code keywords
Diffstat (limited to 'src/content/chapter4_standard_library/lesson00_standard_library_package')
-rw-r--r--src/content/chapter4_standard_library/lesson00_standard_library_package/en.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/content/chapter4_standard_library/lesson00_standard_library_package/en.html b/src/content/chapter4_standard_library/lesson00_standard_library_package/en.html
index e921652..4014136 100644
--- a/src/content/chapter4_standard_library/lesson00_standard_library_package/en.html
+++ b/src/content/chapter4_standard_library/lesson00_standard_library_package/en.html
@@ -4,8 +4,11 @@
not use it if you wish, though almost all Gleam projects depend on it.
</p>
<p>
- All of the modules imported so far in this guide, such as
- <code>gleam/io</code>, are from the standard library.
+ All of the modules imported so far in this guide, such as
+ <a href="https://hexdocs.pm/gleam_stdlib/gleam/io.html" target="_blank">
+ <code>gleam/io</code>
+ </a>,
+ are from the standard library.
</p>
<p>
All of the documentation for the standard library is available on