From e3a39f6ad81ff0a495e6b4a623c64604dada093f Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 2 Sep 2022 18:00:08 +1200 Subject: [PATCH] Fix edit URL Signed-off-by: David Young --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 90eda58..bcff52d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: Funky Penguin's Geek Cookbook site_description: 'The Geek Cookbook is a collection of guides for establishing your own highly-available docker container cluster (swarm). This swarm enables you to run self-hosted services such as GitLab, Plex, NextCloud, etc.' site_author: 'David Young' site_url: 'https://geek-cookbook.funkypenguin.co.nz' -edit_uri: 'edit/master/manuscript/' +edit_uri: 'edit/main/docs/' # Fail to build if we have broken links # strict: true