Browse Source

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
tags/1.0
Drew Christopher F 8 years ago
parent
commit
fb01e16b36
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/guides/getting_started/intro.md

+ 2
- 2
docs/guides/getting_started/intro.md View File

@@ -211,7 +211,7 @@ For your reference, you may view the [completed program].
# Building a bot with commands # Building a bot with commands


This section will show you how to write a program that is ready for 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 to write commands or services, it will only be covering the general
structure. structure.


@@ -224,4 +224,4 @@ should be to separate the program (initialization and command handler),
the modules (handle commands), and the services (persistent storage, the modules (handle commands), and the services (persistent storage,
pure functions, data manipulation). pure functions, data manipulation).


**todo:** diagram of bot structure
**todo:** diagram of bot structure

Loading…
Cancel
Save