Skip to content

Commit df9c88c

Browse files
committed
docs(website): fixed links to Serenity/JS Q'n'A
1 parent 2fdb0fc commit df9c88c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For questions about Serenity/JS, check out [Serenity/JS Q'n'A](https://github.co
5151
and make sure to join our [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im) to say hi 👋
5252

5353
[![GitHub stars](https://img.shields.io/github/stars/serenity-js/serenity-js)](https://github.com/serenity-js/serenity-js)
54-
[![Join Serenity/JS Community Chat](https://img.shields.io/badge/Serenity%2FJS-Q'n'A-FBD30B?logo=github)](https://matrix.to/#/#serenity-js:gitter.im)
54+
[![Serenity/JS Q'n'A Forum](https://img.shields.io/badge/Serenity%2FJS-Q'n'A-FBD30B?logo=github)](https://github.com/orgs/serenity-js/discussions/categories/how-to)
5555
[![Join Serenity/JS Community Chat](https://img.shields.io/badge/Chat-Serenity%2FJS%20Community-FBD30B?logo=matrix)](https://matrix.to/#/#serenity-js:gitter.im)
5656

5757
New tutorials and videos are coming soon, follow us on [LinkedIn](https://www.linkedin.com/company/serenity-js) and subscribe to [Serenity/JS YouTube channel](https://www.youtube.com/channel/UC0RdeVPyjtJopVHvlLrXd1Q) to get notified when they're available!

src/docs/handbook/getting-started/project-templates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ For questions about Serenity/JS, check out [Serenity/JS Q'n'A](https://github.co
128128
and make sure to join our [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im) to say hi 👋
129129

130130
[![GitHub stars](https://img.shields.io/github/stars/serenity-js/serenity-js)](https://github.com/serenity-js/serenity-js)
131-
[![Join Serenity/JS Community Chat](https://img.shields.io/badge/Serenity%2FJS-Q'n'A-FBD30B?logo=github)](https://matrix.to/#/#serenity-js:gitter.im)
131+
[![Serenity/JS Q'n'A Forum](https://img.shields.io/badge/Serenity%2FJS-Q'n'A-FBD30B?logo=github)](https://github.com/orgs/serenity-js/discussions/categories/how-to)
132132
[![Join Serenity/JS Community Chat](https://img.shields.io/badge/Chat-Serenity%2FJS%20Community-FBD30B?logo=matrix)](https://matrix.to/#/#serenity-js:gitter.im)
133133

134134
New tutorials and videos are coming soon, follow us on [LinkedIn](https://www.linkedin.com/company/serenity-js) and subscribe to [Serenity/JS YouTube channel](https://www.youtube.com/channel/UC0RdeVPyjtJopVHvlLrXd1Q) to get notified when they're available!

src/docs/handbook/getting-started/upgrading-to-serenity-js-3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ For questions about Serenity/JS, check out [Serenity/JS Q'n'A](https://github.co
616616
and make sure to join our [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im) to say hi 👋
617617

618618
[![GitHub stars](https://img.shields.io/github/stars/serenity-js/serenity-js)](https://github.com/serenity-js/serenity-js)
619-
[![Join Serenity/JS Community Chat](https://img.shields.io/badge/Serenity%2FJS-Q'n'A-FBD30B?logo=github)](https://matrix.to/#/#serenity-js:gitter.im)
619+
[![Serenity/JS Q'n'A Forum](https://img.shields.io/badge/Serenity%2FJS-Q'n'A-FBD30B?logo=github)](https://github.com/orgs/serenity-js/discussions/categories/how-to)
620620
[![Join Serenity/JS Community Chat](https://img.shields.io/badge/Chat-Serenity%2FJS%20Community-FBD30B?logo=matrix)](https://matrix.to/#/#serenity-js:gitter.im)
621621

622622
New tutorials and videos are coming soon, follow us on [LinkedIn](https://www.linkedin.com/company/serenity-js) and subscribe to [Serenity/JS YouTube channel](https://www.youtube.com/channel/UC0RdeVPyjtJopVHvlLrXd1Q) to get notified when they're available!

src/sidebars/community.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const sidebars: SidebarsConfig = {
1616
{
1717
type: 'link',
1818
label: 'Serenity/JS Forum',
19-
href: 'https://github.com/orgs/serenity-js/discussions',
19+
href: 'https://github.com/orgs/serenity-js/discussions/categories/how-to',
2020
},
2121
{
2222
type: 'link',

0 commit comments

Comments
 (0)