From 64c6caa57bffbbc5fc242a322c5421fe8ccb6972 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 1 Aug 2024 11:41:26 -0500 Subject: [PATCH] Fixup settings reference (#5694) Fixes #5689 --- mkdocs.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.template.yml b/mkdocs.template.yml index 294ab07f8520..ba80ef04f4b9 100644 --- a/mkdocs.template.yml +++ b/mkdocs.template.yml @@ -121,7 +121,7 @@ nav: - Compatibility with pip: pip/compatibility.md - Reference: - Commands: reference/cli.md - - Settings: settings.md + - Settings: reference/settings.md - Policies: - Versioning: versioning.md - Platform support: platforms.md