From f8c43ee90fa4f1e2782de44a0f470e61273d0a51 Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Wed, 26 Feb 2020 21:38:21 +0100 Subject: [PATCH] Correct docs menu name (#11207) --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index ca7d1c2d31..f13b1df391 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -110,7 +110,7 @@ nav: - Services: API/Services.md - System: API/System.md - Logs: API/Logs.md - - Logs: API/Locations.md + - Locations: API/Locations.md - 8. Alerting: - Intro: Alerting/index.md - Introduction: Alerting/Introduction.md