From 30613b6be4135853d46db6235f2fda3b2eed4d5e Mon Sep 17 00:00:00 2001 From: Drew Date: Sun, 21 May 2017 14:49:26 -0400 Subject: [PATCH] Update intro.md --- docs/guides/getting_started/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/getting_started/intro.md b/docs/guides/getting_started/intro.md index 363cd3598..8060853b0 100644 --- a/docs/guides/getting_started/intro.md +++ b/docs/guides/getting_started/intro.md @@ -211,7 +211,7 @@ 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.md). Note that this will not be explaining _how_ +[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.