From 7a6f3bc86e67d6441360108ebe7a0744fa50671c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 13 Nov 2023 23:51:34 -0800 Subject: [PATCH] fix doc root --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index f9ac8b0..9cc5b49 100644 --- a/conf.py +++ b/conf.py @@ -41,7 +41,7 @@ project = 'ArchiveBox' copyright = '2023 ©️ ArchiveBox ™️' author = 'Nick Sweeting' github_url = 'https://github.com/ArchiveBox/ArchiveBox' -github_doc_root = 'https://github.com/ArchiveBox/ArchiveBox/tree/master/docs/' +github_doc_root = 'https://github.com/ArchiveBox/docs/tree/master/docs/' language = 'en' # The full version, including alpha/beta/rc tags