From 05e0187ca7ed652b352b0cce560e9bf50f14ef4e Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Sun, 12 May 2024 03:56:41 +0100 Subject: [PATCH] fix: correct sidebar (#328) --- sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebars.js b/sidebars.js index 62034121..6efbc8a0 100644 --- a/sidebars.js +++ b/sidebars.js @@ -83,7 +83,7 @@ const sidebars = { type: 'category', label: 'Appendices', items: [ - 'xx-appendices/01-installing-samples/index', + 'xx-appendices/installing-samples/index', 'xx-appendices/recommended-reading/index', 'xx-appendices/thanks', ]