From 8da6f76c9c65ddbbfe3bdf59c9393269f90001cb Mon Sep 17 00:00:00 2001 From: Bruce Date: Tue, 11 Apr 2017 14:47:49 +0000 Subject: [PATCH] Fix markdown link --- examples/appmaker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/appmaker/README.md b/examples/appmaker/README.md index 827fcb1..a678e39 100644 --- a/examples/appmaker/README.md +++ b/examples/appmaker/README.md @@ -6,7 +6,7 @@ This example demonstrates how to utilize DiscordGo to create, view, and delete Bot Applications on your account. These tasks are normally accomplished from the -(Discord Developers)[https://discordapp.com/developers/applications/me] site. +[Discord Developers](https://discordapp.com/developers/applications/me) site. **Join [Discord Gophers](https://discord.gg/0f1SbxBZjYoCtNPP) Discord chat channel for support.**