From 72c670fa9b2e770e495019b3fc6eeed7eff52165 Mon Sep 17 00:00:00 2001 From: osirisinferi Date: Tue, 12 May 2026 13:42:34 +0200 Subject: [PATCH] Fix GH edit URL --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1c626b6f3..2d63622d8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,7 +9,7 @@ site_description: >- # Repository repo_name: ExpressLRS/ExpressLRS repo_url: https://github.com/ExpressLRS/ExpressLRS/releases/ -edit_uri: "https://github.com/ExpressLRS/Docs/tree/master/docs/" +edit_uri: "https://github.com/ExpressLRS/Docs/edit/master/docs/" # Copyright copyright: Copyright © 2018–2025 ExpressLRS LLC