From fb01e16b36aa44bdf877b9b4efe574862632e526 Mon Sep 17 00:00:00 2001 From: Drew Date: Thu, 15 Jun 2017 10:43:06 -0400 Subject: [PATCH] Fixed dead link (#662) * Update intro.md * Update intro.md * Update intro.md * Update intro.md * Update intro.md * Update intro.md * Update intro.md --- docs/guides/getting_started/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/getting_started/intro.md b/docs/guides/getting_started/intro.md index 8bcfa9086..837814511 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. @@ -224,4 +224,4 @@ should be to separate the program (initialization and command handler), the modules (handle commands), and the services (persistent storage, pure functions, data manipulation). -**todo:** diagram of bot structure \ No newline at end of file +**todo:** diagram of bot structure