Skip to content

Commit 83fa305

Browse files
committed
docs(website): updated links
1 parent afd8175 commit 83fa305

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
of complex software systems faster, more collaborative and easier to scale.
1414

1515
⭐️ Get started with Serenity/JS!
16-
- [Serenity/JS web testing tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario)
16+
- [Serenity/JS web testing tutorial](https://serenity-js.org/handbook/tutorials/your-first-web-scenario)
1717
- [Serenity/JS Handbook](https://serenity-js.org/handbook) and [Getting Started guides](https://serenity-js.org/handbook/getting-started/)
1818
- [API documentation](https://serenity-js.org/api/core)
19-
- [Serenity/JS Project Templates on GitHub](https://serenity-js.org/handbook/getting-started/project-templates/)
19+
- [Serenity/JS Project Templates on GitHub](https://serenity-js.org/handbook/project-templates/)
2020

2121
👋 Join the Serenity/JS Community!
2222
- Meet other Serenity/JS developers and maintainers on the [Serenity/JS Community chat channel](https://matrix.to/#/#serenity-js:gitter.im)
@@ -54,7 +54,7 @@ when you open the workspace, so you can start working on the Serenity/JS website
5454
To work on the Serenity/JS website locally, you'll need to:
5555
- [Fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) this repository to your GitHub account
5656
- [Clone](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) your fork to your machine
57-
- Make sure you have the have [Node.js](https://nodejs.org/) installed on your machine, as per the general [Serenity/JS installation instructions](https://serenity-js.org/handbook/getting-started/installation/#installing-nodejs)
57+
- Make sure you have [Node.js](https://nodejs.org/) installed on your machine, as per the general [Serenity/JS installation instructions](https://serenity-js.org/handbook/installation/)
5858
- Install the Node.js dependencies by running `npm ci` in the project root
5959
- Make sure you can build the Serenity/JS website on your machine by running `npm run build`
6060
- Start the local development server by running `npm start`

src/config/PackageJsonParser.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ reporting infrastructure for capturing the activities of your actors and process
102102
and assertion libraries for verifying test outcomes.
103103
104104
For practical examples of writing different kinds of automated tests using Serenity/JS,
105-
check out the [Serenity/JS Project Templates](/handbook/getting-started/project-templates/).
105+
check out the [Serenity/JS Project Templates](/handbook/project-templates/).
106106
`,
107107
items: [
108108
'@serenity-js/core',
@@ -116,8 +116,8 @@ enabling you to write **portable web automation code** that follows the Screenpl
116116
and works just as well for end-to-end test scenarios as for UI component tests.
117117
118118
For practical examples of writing web-based tests using Serenity/JS,
119-
check out the [Serenity/JS Project Templates for web testing](/handbook/getting-started/project-templates/#web-testing)
120-
and the [Serenity/JS web testing tutorial](/handbook/web-testing/your-first-web-scenario/).
119+
check out the [Serenity/JS Project Templates for web testing](/handbook/project-templates/#web-testing)
120+
and the [Serenity/JS web testing tutorial](/handbook/tutorials/your-first-web-scenario/).
121121
`,
122122
items: [
123123
'@serenity-js/web',
@@ -133,8 +133,8 @@ and the [Serenity/JS web testing tutorial](/handbook/web-testing/your-first-web-
133133
either as part of dedicated API test suites, or as part of web-based test scenarios.
134134
135135
For practical examples of writing API-based tests using Serenity/JS,
136-
check out the [Serenity/JS Project Templates for API testing](/handbook/getting-started/project-templates/#resthttp-api-testing)
137-
and the [Serenity/JS API testing tutorial](/handbook/api-testing/your-first-api-scenario/).
136+
check out the [Serenity/JS Project Templates for API testing](/handbook/project-templates/#resthttp-api-testing)
137+
and the [Serenity/JS API testing tutorial](/handbook/tutorials/your-first-api-scenario/).
138138
`,
139139
items: [
140140
'@serenity-js/rest',

src/docs/handbook/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Want to get involved? Here’s how:
106106
- [**Serenity/JS GitHub**](https://github.com/serenity-js): Dive into the source code, contribute to the project, and collaborate with other developers.
107107
- [**Community Chat**](https://matrix.to/#/#serenity-js:gitter.im): Connect with professionals who share your interests, exchange ideas, and learn from each other.
108108
- [**Q&A Forum**](https://github.com/orgs/serenity-js/discussions/categories/how-to): Ask questions, find answers, and help others navigate Serenity/JS.
109-
- **Stay in the Loop**: Follow **@serenity-js** on [LinkedIn](https://www.linkedin.com/company/serenity-js) and [YouTube](https://www.youtube.com/@serenity-js) for the latest tutorials and updates.
109+
- **Stay up to date**: Follow **@serenity-js** on [LinkedIn](https://www.linkedin.com/company/serenity-js) and [YouTube](https://www.youtube.com/@serenity-js) for the latest tutorials and updates.
110110

111111
[![GitHub Stars](https://img.shields.io/github/stars/serenity-js/serenity-js?style=for-the-badge)](https://github.com/serenity-js/serenity-js)
112112
[![LinkedIn Follow](https://img.shields.io/badge/Follow%20Serenity%2FJS-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/serenity-js)

src/plugins/docusaurus-plugin-typedoc-api/components/ApiIndex.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default function ApiIndex({ options, packages, categories, history }: Api
106106
<p>
107107
For <a href="/handbook/getting-started/"><strong>new test automation
108108
projects</strong></a>, consider
109-
using <a href="/handbook/getting-started/project-templates/">Serenity/JS Project
109+
using <a href="/handbook/project-templates/">Serenity/JS Project
110110
Templates</a>.
111111
These templates combine popular configurations of Serenity/JS modules with essential
112112
integration and test automation tools,
@@ -115,7 +115,7 @@ export default function ApiIndex({ options, packages, categories, history }: Api
115115
</p>
116116
<p>
117117
For <strong>existing test automation projects</strong>, the <a
118-
href="/handbook/getting-started/architecture/">modular architecture of
118+
href="/handbook/architecture/">modular architecture of
119119
Serenity/JS</a> lets
120120
you gradually introduce the framework into existing test suites, allowing
121121
for <strong>progressive modernisation</strong> without disrupting ongoing work.

0 commit comments

Comments
 (0)