summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortokiedokie <thetokiedokie@gmail.com>2020-08-21 00:57:15 +0900
committerGitHub <noreply@github.com>2020-08-20 11:57:15 -0400
commit679a190fcd04116459436353225cd74a567dbe85 (patch)
treea27f4cabbdfd26b64558c75f24f0b4f56b72d05a
parent87b1b8c461d54170d2cd2d9232659837c1eeadc0 (diff)
add links in the manual (#7120)
-rw-r--r--docs/getting_started.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
index d36623c18..2643a22ca 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -2,11 +2,11 @@
In this chapter we'll discuss:
-- Installing Deno
-- Setting up your environment
-- Running a `Hello World` script
-- Writing our own script
-- Command line interface
-- Understanding permissions
-- Using Deno with TypeScript
-- Using WebAssembly
+- [Installing Deno](./getting_started/installation.md)
+- [Setting up your environment](./getting_started/setup_your_environment.md)
+- [Running a `Hello World` script](./getting_started/first_steps.md)
+- [Writing our own script](./getting_started/first_steps.md)
+- [Command line interface](./getting_started/command_line_interface.md)
+- [Understanding permissions](./getting_started/permissions.md)
+- [Using Deno with TypeScript](./getting_started/typescript.md)
+- [Using WebAssembly](./getting_started/webassembly.md)