From 9f27b300f45a843c880e67b4bfb0fc5646a0ccae Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Tue, 3 Jan 2023 10:14:00 +0100 Subject: [PATCH] docs(test-runners): update test runners for .NET (#19830) --- docs/src/languages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages.md b/docs/src/languages.md index 7f42df3a4d..40aebb4517 100644 --- a/docs/src/languages.md +++ b/docs/src/languages.md @@ -28,7 +28,7 @@ You can choose any testing framework such as JUnit or TestNG based on your proje ## .NET -Playwright for .NET comes with [NUnit base classes](./test-runners.md#nunit) and [MSTest base classes](./test-runners.md#nunit) for writing end-to-end tests. +Playwright for .NET comes with [NUnit base classes](https://playwright.dev/dotnet/docs/test-runners#nunit) and [MSTest base classes](https://playwright.dev/dotnet/docs/test-runners#mstest) for writing end-to-end tests. * [Documentation](https://playwright.dev/dotnet/docs/intro) * [GitHub repo](https://github.com/microsoft/playwright-dotnet)