Skip to content

Commit a43f4a4

Browse files
authored
Merge pull request #3555 from ned-park/source
fix: links between parts 5d and 5e
2 parents 6c5814a + 2ba9855 commit a43f4a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/5/en/part5d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ From the statistics on [npmtrends.com](https://npmtrends.com/cypress-vs-playwrig
3030

3131
This course has been using Cypress for years. Now Playwright is a new addition. You can choose whether to complete the E2E testing part of the course with Cypress or Playwright. The operating principles of both libraries are very similar, so your choice is not very important. However, Playwright is now the preferred E2E library for the course.
3232

33-
If your choice is Playwright, please proceed. If you end up using Cypress, go [here](/part5/end_to_end_testing_cypress).
33+
If your choice is Playwright, please proceed. If you end up using Cypress, go [here](/en/part5/end_to_end_testing_cypress).
3434

3535

3636
### Playwright

src/content/5/en/part5e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lang: en
99

1010
[Cypress](https://www.cypress.io/) has been the most popular E2E testing library for the past few years, but Playwright is rapidly gaining ground. This course has been using Cypress for years. Now Playwright is a new addition. You can choose whether to complete the E2E testing part of the course with Cypress or Playwright. The operating principles of both libraries are very similar, so your choice is not very important. However, Playwright is now the preferred E2E library for the course.
1111

12-
If your choice is Cypress, please proceed. If you end up using Playwright, go [here](/part5/end_to_end_testing_playwright).
12+
If your choice is Cypress, please proceed. If you end up using Playwright, go [here](/en/part5/end_to_end_testing_playwright).
1313

1414
### Cypress
1515

0 commit comments

Comments
 (0)