Skip to content

Commit a1cd52b

Browse files
committed
docs(website): updated links
1 parent 0bfad1a commit a1cd52b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Home/Integrations/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default function Integrations({ className }: IntegrationsProps): React.JS
7878
</p>
7979
<p className={ styles.cardActions }>
8080
<Link id="cta-homepage-protractor"
81-
to="/handbook/tutorials/migrating-from-protractor/">
81+
to="/handbook/test-runners/protractor/">
8282
Learn more
8383
</Link>
8484
</p>

src/docs/handbook/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Serenity/JS is designed to help you safely and progressively modernise **existin
9595

9696
- [**Serenity/JS with Playwright Test**](/handbook/test-runners/playwright-test/): Learn how to integrate Serenity/JS reporting services and Screenplay Pattern APIs with your Playwright Test project.
9797
- [**Serenity/JS with WebdriverIO**](/handbook/test-runners/webdriverio/): Learn how Serenity/JS can help you improve your WebdriverIO 8 and WebdriverIO 9 projects.
98-
- [**Migrating from Protractor**](/handbook/tutorials/migrating-from-protractor/): Migrate from Protractor to WebdriverIO or Playwright Test using the Serenity/JS web module.
98+
- [**Migrating from Protractor**](/handbook/tutorials/protractor/): Migrate from Protractor to WebdriverIO or Playwright Test using the Serenity/JS web module.
9999
- [**Upgrading from Serenity/JS 2**](/handbook/tutorials/upgrading-from-serenity-js-2/): Upgrade from Serenity/JS 2 to Serenity/JS 3 with our comprehensive guide.
100100

101101
## Join the Serenity/JS Community!

0 commit comments

Comments
 (0)