docs: fix outdated links (#10040)

This commit is contained in:
Shahed Nasser
2024-11-13 11:02:01 +02:00
committed by GitHub
parent 2d469ba587
commit 7a26e123bb
15 changed files with 17 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ In this chapter, find an example of writing an integration test for a module usi
items={[
{
text: "Testing Tools Setup",
link: "/debugging-and-testing/testing-tools"
link: "/learn/debugging-and-testing/testing-tools"
}
]}
/>

View File

@@ -12,7 +12,7 @@ In this chapter, you'll learn about the `moduleIntegrationTestRunner` utility fu
items={[
{
text: "Testing Tools Setup",
link: "/debugging-and-testing/testing-tools"
link: "/learn/debugging-and-testing/testing-tools"
}
]}
/>