From 6afd1af5d6c701979b94b07b304217d286f20c87 Mon Sep 17 00:00:00 2001 From: Aleksandr Prokudin Date: Sun, 26 Oct 2025 04:05:54 +0100 Subject: [PATCH] Fix TOC link --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 9ac71ad1..422e28eb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -142,7 +142,7 @@ nav: - "Serial-over-USB": usb_serial.md - "GPIO (pins, relays, lamps, etc)": gpio.md - "Advanced usage": - - "Advanced authentication": advauth.md + - "Advanced authentication": auth_advanced.md - "PiKVM identification": id.md - "On-boot configuration": on_boot_config.md - "Automatic snapshots": auto_snapshots.md