Browse Source

Fix commands docs linking in intro

pull/826/head
Hsu Still 8 years ago
parent
commit
70740b20eb
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/guides/getting_started/intro.md

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

@@ -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.



Loading…
Cancel
Save