From d9d760705aa3064bbe8cb12800a861345024e601 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 3 May 2024 16:35:18 +0000 Subject: [PATCH] docs: fix broken links which broke build (#30651) Fixes https://github.com/microsoft/playwright.dev/pull/1370 Fixes https://github.com/microsoft/playwright/pull/30648 --- docs/src/running-tests-csharp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/running-tests-csharp.md b/docs/src/running-tests-csharp.md index 08d3626e3d..97f10683a8 100644 --- a/docs/src/running-tests-csharp.md +++ b/docs/src/running-tests-csharp.md @@ -9,8 +9,8 @@ You can run a single test, a set of tests or all tests. Tests can be run on diff **You will learn** -- [How to run tests](/running-tests) -- [How to debug tests](/running-tests.md#debugging-tests) +- [How to run tests](#running-tests) +- [How to debug tests](#debugging-tests) ## Running tests