From c806df7b13a667f57385c0dd245eda73c64ef2bd Mon Sep 17 00:00:00 2001 From: Muhammad Salman Date: Sat, 27 Dec 2025 02:10:02 +0000 Subject: [PATCH] docs: point to monorepo for the source code (#1282) --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 0284547..dc8456e 100644 --- a/src/README.md +++ b/src/README.md @@ -1,3 +1,3 @@ # Where is the source? -Playwright MCP source code is located in the Playwright monorepo. Please refer to the contributor's guide in [CONTRIBUTING.md](../CONTRIBUTING.md) for more details. +Playwright MCP source code is located in the [Playwright monorepo](https://github.com/microsoft/playwright/blob/main/packages/playwright/src/mcp). Please refer to the contributor's guide in [CONTRIBUTING.md](../CONTRIBUTING.md) for more details.