From 93e4275b9758ca4611af09b1e7336255e780f0fe Mon Sep 17 00:00:00 2001 From: Ske Date: Tue, 28 Jul 2020 20:11:45 +0200 Subject: [PATCH] Fix the edit link on the docs --- docs/content/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/.vuepress/config.js b/docs/content/.vuepress/config.js index 4cd06925..b7000005 100644 --- a/docs/content/.vuepress/config.js +++ b/docs/content/.vuepress/config.js @@ -18,7 +18,7 @@ module.exports = { themeConfig: { repo: 'xSke/PluralKit', - docsDir: 'docs', + docsDir: 'docs/content/', docsBranch: 'main', editLinks: true, editLinkText: 'Help us improve this page!',