From 3f931d317b607be64dcf05bac7cb3009f7245049 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 1 Jul 2025 11:53:00 +0200 Subject: [PATCH] Fix link to e2e docs (#30234) --- developer_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_guide.md b/developer_guide.md index fa4bb9a239..2185a43a63 100644 --- a/developer_guide.md +++ b/developer_guide.md @@ -109,7 +109,7 @@ yarn test ### End-to-End tests -See [matrix-react-sdk](https://github.com/matrix-org/matrix-react-sdk/#end-to-end-tests) for how to run the end-to-end tests. +See [`docs/playwright.md`](./docs/playwright.md) for how to run the end-to-end tests. ## General github guidelines