Skip to content

Commit d08a02e

Browse files
authored
docs: add link to standard library repository (#185)
Fixes #122 - adds missing link to https://github.com/goboscript/std in the standard library documentation page
1 parent 16de1f4 commit d08a02e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/standard-library.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
The standard library is a collection of useful procedures, functions and macros that
44
can be used in any goboscript project.
55

6+
**Repository:** <https://github.com/goboscript/std>
7+
68
## Standard library headers
79

810
Include a header using the `%include` directive.
@@ -18,4 +20,4 @@ the compiled project.
1820

1921
There is no hand-written documentation currently, so refer to AI-generated documentation.
2022

21-
<https://deepwiki.com/goboscript/std>
23+
<https://deepwiki.com/goboscript/std>

0 commit comments

Comments
 (0)