From 5154492c9765301d0e982cb5878a48ebdc39eaaa Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Tue, 16 Mar 2021 14:54:48 -0600 Subject: [PATCH] Fix typo --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index e166a6964..7df6bff52 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -55,7 +55,7 @@ module.exports = { themeConfig: { lastUpdated: true, - repo: 'https://github.com/dortania/OpenCore-Legacy-Patcher/main', + repo: 'https://github.com/dortania/OpenCore-Legacy-Patcher/tree/main/', editLinks: true, editLinkText: 'Help us improve this page!', logo: 'homepage.png',