From 893daa004e97aa89ea781b1104c63192515ec5d1 Mon Sep 17 00:00:00 2001 From: Arnav Jindal Date: Thu, 1 Oct 2020 23:57:49 +0530 Subject: [PATCH] docs: fix docsUrl (#125) * docs(Correct docsUrl) * Ensured Correct Url --- docs/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.js b/docs/config.js index 91a97ad51..ad1b28355 100644 --- a/docs/config.js +++ b/docs/config.js @@ -66,7 +66,7 @@ const config = { title: "Discordeno", description: "Easy Deno module for Discord API interactions..", ogImage: "https://i.imgur.com/7O5E6hI.png", - docsLocation: "https://github.com/Skillz4Killz/Discordeno", + docsLocation: "https://github.com/Skillz4Killz/Discordeno/tree/master/docs/content", favicon: "", }, pwa: {