Skip to content

Commit e05ab07

Browse files
authored
docs: fixed wrong links (microsoft#762)
1 parent 27fc86d commit e05ab07

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
1010

1111
## Documentation
1212

13-
[https://playwright.dev/dotnet/docs/intro](https://playwright.dev/dotnet/docs/intro)
13+
[https://playwright.dev/python/docs/intro](https://playwright.dev/python/docs/intro)
1414

1515
## API Reference
16-
[https://playwright.dev/dotnet/docs/api/class-playwright](https://playwright.dev/dotnet/docs/api/class-playwright)
16+
17+
[https://playwright.dev/python/docs/api/class-playwright](https://playwright.dev/python/docs/api/class-playwright)
1718

1819
## Example
1920

@@ -48,6 +49,6 @@ asyncio.run(main())
4849
## Other languages
4950

5051
More comfortable in another programming language? [Playwright](https://playwright.dev) is also available in
51-
- [TypeScript](https://playwright.dev/docs/intro)
52+
- [Node.js (JavaScript / TypeScript)](https://playwright.dev/docs/intro)
5253
- [.NET](https://playwright.dev/dotnet/docs/intro)
5354
- [Java](https://playwright.dev/java/docs/intro)

0 commit comments

Comments
 (0)