From 5f2d446c38ec4073091763b00a2a5191f22464c3 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Thu, 28 Sep 2017 12:45:50 +0800 Subject: [PATCH] Fix broken xref in Logging --- docs/guides/concepts/logging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/concepts/logging.md b/docs/guides/concepts/logging.md index 380c2786d..50d2e9546 100644 --- a/docs/guides/concepts/logging.md +++ b/docs/guides/concepts/logging.md @@ -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