docs: fix link in sidebar for modules test example (#9195)

This commit is contained in:
Shahed Nasser
2024-09-19 17:08:36 +03:00
committed by GitHub
parent bf4335f2a6
commit db73e9b972

View File

@@ -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",
},
],