Skip to content

Commit 85347ea

Browse files
committed
docs(website): updated links on the homepage
1 parent 3e6e9e5 commit 85347ea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/components/Home/Features/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const TopFeatures: FeatureItem[][] = [
3030
Svg: require('@site/static/images/serenity-js-browsers-mobile-apis.svg').default,
3131
description: (
3232
<>
33-
Serenity/JS is a <a id={"cta-homepage-about-architecture"} href={"/handbook/getting-started/architecture/"}>modular and extensible</a> abstraction layer
33+
Serenity/JS is a <a id={"cta-homepage-about-architecture"} href={"/handbook/architecture/"}>modular and extensible</a> abstraction layer
3434
that works seamlessly with integration tools like
3535
Playwright, Selenium, WebdriverIO, Appium, or Axios,
3636
and gives you a consistent, intuitive, and vendor-neutral API to work with.

src/components/Home/Hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function Hero(): React.JSX.Element {
4343
</p>
4444
<CallToAction>
4545
<Link id="cta-start-automating" className="button button--primary"
46-
to="/handbook/web-testing/your-first-web-scenario">
46+
to="/handbook/tutorials/your-first-web-scenario">
4747
<Translate>Start automating 🚀</Translate>
4848
</Link>
4949
<span className={ styles.indexCtasGitHubButtonWrapper }>

src/components/Home/Integrations/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ export default function Integrations({ className }: IntegrationsProps): React.JS
3333
<p>
3434
Add Serenity/JS to your new or existing Playwright Test project
3535
to introduce portable test APIs, business-friendly reporting,
36-
and leverage Serenity/JS integration libraries
37-
to write end-to-end and component tests.
36+
leverage Serenity/JS integration libraries and
37+
write end-to-end and component tests.
3838
</p>
3939
<p className={ styles.cardActions }>
4040
<Link id="cta-homepage-playwright-test"
41-
to="/handbook/getting-started/serenity-js-with-playwright-test/">
41+
to="/handbook/test-runners/playwright-test/">
4242
Learn more
4343
</Link>
4444
</p>
@@ -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/getting-started/serenity-js-with-protractor/">
81+
to="/handbook/tutorials/migrating-from-protractor/">
8282
Learn more
8383
</Link>
8484
</p>

0 commit comments

Comments
 (0)