Skip to content

Commit 1cc4008

Browse files
committed
docs(website): corrected links
1 parent 66de4fd commit 1cc4008

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/docs/handbook/getting-started/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Several of the Serenity/JS modules provide [`StageCrewMembers`](/api/core/interf
6060
- [Console Reporter](/handbook/reporting/console-reporter) - writes text-based test reports to your computer terminal,
6161
- [Serenity BDD Reporter](/handbook/reporting/serenity-bdd-reporter) - emits [Serenity BDD](https://serenity-bdd.github.io/)-compatible JSON reports,
6262
to be archived via [`ArtifactArchiver`](/handbook/reporting/artifact-archiver)
63-
and consumed by the [Serenity BDD CLI](/handbook/reporting/serenity-bdd-reporter/#using-serenity-bdd-cli)
63+
and consumed by the [Serenity BDD CLI](/handbook/reporting/serenity-bdd-reporter/#using-the-serenity-bdd-cli)
6464
to produce HTML reports and living documentation,
6565
- [Photographer](/handbook/reporting/photographer) - automatically captures screenshots of the web browser window used by the active actor,
6666
to be archived via [`ArtifactArchiver`](/handbook/reporting/artifact-archiver) and attached to [Serenity BDD reports](/handbook/reporting/serenity-bdd-reporter)

src/docs/handbook/getting-started/serenity-js-with-protractor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ and complete [`protractor.conf.js`](https://github.com/serenity-js/serenity-js-m
227227
a Java program provided by the [`@serenity-js/serenity-bdd`](/api/serenity-bdd/) module.
228228

229229
To produce Serenity BDD reports, your test suite must:
230-
- produce intermediate Serenity BDD `.json` reports, by registering [`SerenityBDDReporter`](/api/serenity-bdd/class/SerenityBDDReporter/) as per the [configuration instructions](#configuring-serenityjs-and-webdriverio)
230+
- produce intermediate Serenity BDD `.json` reports, by registering [`SerenityBDDReporter`](/api/serenity-bdd/class/SerenityBDDReporter/) as per the [configuration instructions](#configuring-serenityjs-and-protractor)
231231
- invoke the Serenity BDD CLI when you want to produce the report, by calling `serenity-bdd run`
232232

233233
The pattern used by all the [Serenity/JS Project Templates](/handbook/getting-started/project-templates/) relies

src/docs/handbook/reporting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Several of the Serenity/JS modules provide [`StageCrewMembers`](/api/core/interf
1616
- [Console Reporter](/handbook/reporting/console-reporter) - writes text-based test reports to your computer terminal,
1717
- [Serenity BDD Reporter](/handbook/reporting/serenity-bdd-reporter) - emits [Serenity BDD](https://serenity-bdd.github.io/)-compatible JSON reports,
1818
to be archived via [`ArtifactArchiver`](/handbook/reporting/artifact-archiver)
19-
and consumed by the [Serenity BDD CLI](/handbook/reporting/serenity-bdd-reporter/#using-serenity-bdd-cli) to produce HTML reports and living documentation,
19+
and consumed by the [Serenity BDD CLI](/handbook/reporting/serenity-bdd-reporter/#using-the-serenity-bdd-cli) to produce HTML reports and living documentation,
2020
- [Photographer](/handbook/reporting/photographer) - automatically captures screenshots of the web browser window used by the active actor, to be archived via [`ArtifactArchiver`](/handbook/reporting/artifact-archiver) and attached to [Serenity BDD reports](/handbook/reporting/serenity-bdd-reporter)
2121
- [Artifact Archiver](/handbook/reporting/artifact-archiver) - stores report artifacts on disk,
2222
- [Stream Reporter](/handbook/reporting/stream-reporter) - logs any events it receives to help you with debugging.

0 commit comments

Comments
 (0)