From d6d43042893a017e0d43723da0b9890422102554 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 30 Apr 2019 23:44:10 -0400 Subject: [PATCH] change doc root --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 375bce7..76c7e03 100644 --- a/conf.py +++ b/conf.py @@ -35,7 +35,7 @@ project = 'ArchiveBox' copyright = '2019, Nick Sweeting' author = 'Nick Sweeting' github_url = 'https://github.com/pirate/ArchiveBox' -github_doc_root = 'https://github.com/pirate/ArchiveBox/wiki' +github_doc_root = 'https://github.com/pirate/ArchiveBox/tree/master/docs/' language = 'en' # The full version, including alpha/beta/rc tags