From be7df34675b61860c4b87b91627f023666b83b53 Mon Sep 17 00:00:00 2001 From: DanielHabenicht Date: Fri, 21 Oct 2022 23:55:10 +0200 Subject: [PATCH] fix: edit link in documentation (#575) previously the edit links always showed a 404 as the master branch is not used anymore now the link is updated to use the current main branch --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index a9a9ef7f11..cd1dd9ed5e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -58,5 +58,6 @@ nav: - contributing.md - contributing_docs.md - Getting help: getting_help.md +edit_uri: edit/main/docs/ extra: latest_version: 0.14.0