From 89858188e62b4386f42670b30a85a25ba339a767 Mon Sep 17 00:00:00 2001 From: Basemaster Date: Thu, 29 Jul 2021 11:50:03 +0300 Subject: [PATCH] fix repo name fix the nav link to the github repository on the documentation site (https://tobyzerner.github.io/json-api-server/) --- 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 099e9f2..ca9e6eb 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -54,7 +54,7 @@ module.exports = { ] } ], - repo: 'tobyz/json-api-server', + repo: 'tobyzerner/json-api-server', editLinks: true, docsDir: 'docs' }