aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial.md
diff options
context:
space:
mode:
authorSebastian Willenborg <comawill@wlnbrg.de>2016-10-14 01:59:46 +0200
committerSebastian Willenborg <comawill@wlnbrg.de>2016-10-14 08:07:11 +0200
commite1c568b09460ff370a2f804f9dab1a311c8b7438 (patch)
treeaf0d7f1913a83358c94e09190d1c2d56f33ae027 /doc/tutorial.md
parentbcf84ac2e2b0d815e907257ba97409ad28d6725d (diff)
Add links between markdown files, for more convenient browsing
Diffstat (limited to 'doc/tutorial.md')
-rw-r--r--doc/tutorial.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index 49737da..ddf7fee 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -170,15 +170,15 @@ Other useful functions
Recommended reading order
-------------------------
-* parsing.md - how the input gets interpreted
-* scopes.md - where variables live
-* global.md - global functions
-* execution.md - executing things
-* quoting.md - function definition
-* container.md - containers other than arrays
-* sys.md - some interfaces to the operating system
-* err.md - error handling
-* coroutines.md - coroutines
-* conventions.md - naming conventions
-* server.md - ready-made TCP/IP server templates
-* ffi.md - foreign function interface
+* [how the input gets interpreted](parsing.md)
+* [where variables live](scopes.md)
+* [global functions](global.md)
+* [executing thing](sexecution.md)
+* [function definition](quoting.md)
+* [containers other than arrays](container.md)
+* [some interfaces to the operating system](sys.md)
+* [error handling](err.md)
+* [coroutines](coroutines.md)
+* [naming conventions](conventions.md)
+* [ready-made TCP/IP server templates](server.md)
+* [foreign function interface](ffi.md)