From 00c27ea348131dc61dfcdfbe0a067db416616793 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Sat, 21 Mar 2020 12:26:43 -0700 Subject: [PATCH] docs(readme): fix link to examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93cf7c8fa7..17a1c1c392 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Playwright is being actively developed as we get to the feature parity across Ch ## Resources -* [Get started with examples](examples/README.md) +* [Get started with examples](docs/examples/README.md) * [API documentation](docs/api.md) * [Getting started on CI](docs/ci.md) * [Community showcase](docs/showcase.md)