Browse Source

Fix broken xref in Logging

pull/826/head
Hsu Still 8 years ago
parent
commit
5f2d446c38
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/guides/concepts/logging.md

+ 2
- 2
docs/guides/concepts/logging.md View File

@@ -31,8 +31,8 @@ Data logged through this event is typically coupled with a
[CommandException], where information about the command's context
and error can be found and handled.

[CommandService]: Discord.Commands.CommandService
[CommandException]: Discord.Commands.CommandException
[CommandService]: xref:Discord.Commands.CommandService
[CommandException]: xref:Discord.Commands.CommandException

#### Samples



Loading…
Cancel
Save