Skip to content

Commit f996c33

Browse files
committed
docs(website): updated the links
1 parent 8b92c22 commit f996c33

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/docs/handbook/test-runners/cucumber.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ written in [plain language](https://cucumber.io/docs/guides/overview/).
1717

1818
If you'd like to dive straight into the code,
1919
[Serenity/JS GitHub repository](https://github.com/serenity-js) provides:
20-
- [Serenity/JS + Cucumber project templates](/handbook/getting-started/project-templates/), which are the easiest way to start with the framework
20+
- [Serenity/JS + Cucumber project templates](/handbook/project-templates/), which are the easiest way to start with the framework
2121
- [Examples and reference implementations](https://github.com/serenity-js/serenity-js/tree/main/examples), demonstrating using Serenity/JS with Cucumber to write both REST API- and web-based acceptance tests
2222

2323
## Using Serenity/JS reporting services
@@ -34,7 +34,7 @@ into [Serenity/JS domain events](/handbook/reporting/domain-events) that can con
3434
by [Serenity/JS reporting services](/handbook/reporting/).
3535
:::
3636

37-
[`@serenity-js/cucumber` module](/api/cucumber) provides a set of [**test runner adapters**](/handbook/getting-started/architecture)
37+
[`@serenity-js/cucumber` module](/api/cucumber) provides a set of [**test runner adapters**](/handbook/architecture)
3838
you can attach to _**any version**_ of Cucumber test runner.
3939
The module detects the version of Cucumber you're using and picks the most appropriate adapter automatically.
4040

@@ -73,8 +73,8 @@ graph TB
7373

7474
### Installing Serenity/JS test runner adapter
7575

76-
Assuming you already have a [Node.js project](/handbook/getting-started/installation/#creating-a-nodejs-project)
77-
and [Serenity/JS runtime dependencies](/handbook/getting-started/installation/) set up,
76+
Assuming you already have a [Node.js project](/handbook/installation/#creating-a-nodejs-project)
77+
and [Serenity/JS runtime dependencies](/handbook/installation/) set up,
7878
add the following Node modules:
7979
- [`@serenity-js/core`](/api/core)
8080
- [`@serenity-js/cucumber`](/api/cucumber)

src/docs/handbook/test-runners/jasmine.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ into [Serenity/JS domain events](/handbook/reporting/domain-events) that can con
3333
by [Serenity/JS reporting services](/handbook/reporting/).
3434
:::
3535

36-
[`@serenity-js/jasmine` module](/api/jasmine) provides a [**test runner adapter**](/handbook/getting-started/architecture)
36+
[`@serenity-js/jasmine` module](/api/jasmine) provides a [**test runner adapter**](/handbook/architecture)
3737
you can attach to your Jasmine test runner.
3838

3939
Integration architecture described in this section applies to invoking
@@ -72,8 +72,8 @@ graph TB
7272

7373
### Installing Serenity/JS test runner adapter
7474

75-
Assuming you already have a [Node.js project](/handbook/getting-started/installation/#creating-a-nodejs-project)
76-
and [Serenity/JS runtime dependencies](/handbook/getting-started/installation/) set up,
75+
Assuming you already have a [Node.js project](/handbook/installation/#creating-a-nodejs-project)
76+
and [Serenity/JS runtime dependencies](/handbook/installation/) set up,
7777
add the following Node modules:
7878
- [`@serenity-js/core`](/api/core)
7979
- [`@serenity-js/jasmine`](/api/jasmine)

src/docs/handbook/test-runners/mocha.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ into [Serenity/JS domain events](/handbook/reporting/domain-events) that can con
3232
by [Serenity/JS reporting services](/handbook/reporting/).
3333
:::
3434

35-
[`@serenity-js/mocha` module](/api/mocha) provides a [**test runner adapter**](/handbook/getting-started/architecture)
35+
[`@serenity-js/mocha` module](/api/mocha) provides a [**test runner adapter**](/handbook/architecture)
3636
you can attach to your Mocha test runner.
3737

3838
Integration architecture described in this section applies to invoking
@@ -71,8 +71,8 @@ graph TB
7171

7272
### Installing Serenity/JS test runner adapter
7373

74-
Assuming you already have a [Node.js project](/handbook/getting-started/installation/#creating-a-nodejs-project)
75-
and [Serenity/JS runtime dependencies](/handbook/getting-started/installation/) set up,
74+
Assuming you already have a [Node.js project](/handbook/installation/#creating-a-nodejs-project)
75+
and [Serenity/JS runtime dependencies](/handbook/installation/) set up,
7676
add the following Node modules:
7777
- [`@serenity-js/core`](/api/core)
7878
- [`@serenity-js/mocha`](/api/mocha)

0 commit comments

Comments
 (0)