From 068121d722c7994f7608f124b71b9a1ecf50ac19 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Wed, 11 Oct 2023 21:50:43 +0200 Subject: [PATCH] adjust base url --- docs/theme.config.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx index 2a6d660..8cc13ab 100644 --- a/docs/theme.config.jsx +++ b/docs/theme.config.jsx @@ -1,6 +1,6 @@ export default { logo: Autorestic, - docsRepositoryBase: 'https://github.com/cupcakearmy/autorestic/blob/main', + docsRepositoryBase: 'https://github.com/cupcakearmy/autorestic/tree/master/docs', project: { link: 'https://github.com/cupcakearmy/autorestic', },