From db73e9b9729cfb8d81138b330d61d6eff0048a25 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 19 Sep 2024 17:08:36 +0300 Subject: [PATCH] docs: fix link in sidebar for modules test example (#9195) --- www/apps/book/sidebar.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/book/sidebar.mjs b/www/apps/book/sidebar.mjs index ca6cd72e49..aee7a77243 100644 --- a/www/apps/book/sidebar.mjs +++ b/www/apps/book/sidebar.mjs @@ -519,7 +519,7 @@ export const sidebar = numberSidebarItems( children: [ { type: "link", - path: "/debugging-and-testing/testing-tools/unit-tests/module-example", + path: "/debugging-and-testing/testing-tools/modules-tests/module-example", title: "Example", }, ],