From cadcd535e04f0cde8502f8a20dc46fe74c79e812 Mon Sep 17 00:00:00 2001 From: Naohisa Murakami Date: Tue, 23 Feb 2021 08:30:51 +0900 Subject: [PATCH] docs(why-playwright): fix link to downloads doc (#5505) The document for file downloads is in `downloads.md` not in `network.md` (this change was applied in https://github.com/microsoft/playwright/pull/5042). --- docs/src/why-playwright.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/why-playwright.md b/docs/src/why-playwright.md index c135e613eb..3503bf1190 100644 --- a/docs/src/why-playwright.md +++ b/docs/src/why-playwright.md @@ -33,7 +33,7 @@ Playwright enables fast, reliable and capable automation across all modern brows * **Modern web features**. Playwright supports web components through [shadow-piercing selectors](./selectors.md), [geolocation, permissions](./emulation.md), web workers and other modern web APIs. -* **Capabilities to cover all scenarios**. Support for [file downloads](./network.md) and [uploads](./input.md), out-of-process iframes, native [input events](./input.md), and even [dark mode](./emulation.md). +* **Capabilities to cover all scenarios**. Support for [file downloads](./downloads.md) and [uploads](./input.md), out-of-process iframes, native [input events](./input.md), and even [dark mode](./emulation.md). ## Integrates with your workflow * **One-line installation**. Installing Playwright auto-downloads browser dependencies for your team to be onboarded quickly.