From e1c568b09460ff370a2f804f9dab1a311c8b7438 Mon Sep 17 00:00:00 2001 From: Sebastian Willenborg Date: Fri, 14 Oct 2016 01:59:46 +0200 Subject: Add links between markdown files, for more convenient browsing --- doc/tutorial.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/tutorial.md') 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) -- cgit v1.2.3