From 70740b20ebad528c99f50c0dbc5ee06094713e32 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Wed, 27 Sep 2017 16:58:12 +0800 Subject: [PATCH] Fix commands docs linking in intro --- docs/guides/getting_started/intro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/getting_started/intro.md b/docs/guides/getting_started/intro.md index 837814511..68d8c6935 100644 --- a/docs/guides/getting_started/intro.md +++ b/docs/guides/getting_started/intro.md @@ -211,9 +211,9 @@ For your reference, you may view the [completed program]. # Building a bot with commands This section will show you how to write a program that is ready for -[commands](commands/commands.md). Note that this will not be explaining _how_ -to write commands or services, it will only be covering the general -structure. +[commands](../commands/commands.md). Note that this will not be +explaining _how_ to write commands or services, it will only be +covering the general structure. For reference, view an [annotated example] of this structure.