Skip to content

Commit d87fbcd

Browse files
committed
Updated link to Discord targeting Pongo channel
1 parent 206f40c commit d87fbcd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We take Pull Requests!
44

55
## Before you send Pull Request
66

7-
1. Contact the contributors via the [Discord channel](https://discord.gg/fTpqUTMmVa) or the [Github Issue](https://github.com/event-driven-io/Pongo/issues/new) to make sure that this is issue or bug should be handled with proposed way. Send details of your case and explain the details of the proposed solution.
7+
1. Contact the contributors via the [Discord channel](https://discord.gg/kHkSThjG) or the [Github Issue](https://github.com/event-driven-io/Pongo/issues/new) to make sure that this is issue or bug should be handled with proposed way. Send details of your case and explain the details of the proposed solution.
88
2. Once you get approval from one of the maintainers, you can start to work on your code change.
99
3. After your changes are ready, make sure that you covered your case with automated tests and verify that you have limited the number of breaking changes to a bare minimum.
1010
4. We also highly appreciate any relevant updates to the documentation.
@@ -88,7 +88,7 @@ npm run build
8888
npm run test
8989
```
9090

91-
If any of those steps didn't work for you, please contact us on [Discord channel](https://discord.gg/fTpqUTMmVa).
91+
If any of those steps didn't work for you, please contact us on [Discord channel](https://discord.gg/kHkSThjG).
9292

9393
## Project structure
9494

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![](https://dcbadge.vercel.app/api/server/fTpqUTMmVa?style=flat)](https://discord.gg/fTpqUTMmVa) [<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" height="20px" />](https://www.linkedin.com/in/oskardudycz/) [![Github Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/oskardudycz/)](https://github.com/sponsors/oskardudycz/) [![blog](https://img.shields.io/badge/blog-event--driven.io-brightgreen)](https://event-driven.io/?utm_source=event_sourcing_nodejs) [![blog](https://img.shields.io/badge/%F0%9F%9A%80-Architecture%20Weekly-important)](https://www.architecture-weekly.com/?utm_source=event_sourcing_nodejs)
1+
[![](https://dcbadge.vercel.app/api/server/fTpqUTMmVa?style=flat)](https://discord.gg/kHkSThjG) [<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" height="20px" />](https://www.linkedin.com/in/oskardudycz/) [![Github Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/oskardudycz/)](https://github.com/sponsors/oskardudycz/) [![blog](https://img.shields.io/badge/blog-event--driven.io-brightgreen)](https://event-driven.io/?utm_source=event_sourcing_nodejs) [![blog](https://img.shields.io/badge/%F0%9F%9A%80-Architecture%20Weekly-important)](https://www.architecture-weekly.com/?utm_source=event_sourcing_nodejs)
22

33
![](./src/docs/public/social.png)
44

samples/simple-ts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![](https://dcbadge.vercel.app/api/server/fTpqUTMmVa?style=flat)](https://discord.gg/fTpqUTMmVa) [<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" height="20px" />](https://www.linkedin.com/in/oskardudycz/) [![Github Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/oskardudycz/)](https://github.com/sponsors/oskardudycz/) [![blog](https://img.shields.io/badge/blog-event--driven.io-brightgreen)](https://event-driven.io/?utm_source=event_sourcing_nodejs) [![blog](https://img.shields.io/badge/%F0%9F%9A%80-Architecture%20Weekly-important)](https://www.architecture-weekly.com/?utm_source=event_sourcing_nodejs)
1+
[![](https://dcbadge.vercel.app/api/server/fTpqUTMmVa?style=flat)](https://discord.gg/kHkSThjG) [<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" height="20px" />](https://www.linkedin.com/in/oskardudycz/) [![Github Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/oskardudycz/)](https://github.com/sponsors/oskardudycz/) [![blog](https://img.shields.io/badge/blog-event--driven.io-brightgreen)](https://event-driven.io/?utm_source=event_sourcing_nodejs) [![blog](https://img.shields.io/badge/%F0%9F%9A%80-Architecture%20Weekly-important)](https://www.architecture-weekly.com/?utm_source=event_sourcing_nodejs)
22

33
![](./docs/public/logo.png)
44

src/docs/.vitepress/config.mts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineConfig({
1313
// https://vitepress.dev/reference/default-theme-config
1414
nav: [
1515
{ text: 'Getting Started', link: '/getting-started' },
16-
{ text: '🧑‍💻 Join Discord Server', link: 'https://discord.gg/fTpqUTMmVa' },
16+
{ text: '🧑‍💻 Join Discord Server', link: 'https://discord.gg/kHkSThjG' },
1717
{
1818
text: 'Release Notes',
1919
link: 'https://github.com/event-driven-io/Pongo/releases',
@@ -39,7 +39,7 @@ export default defineConfig({
3939

4040
socialLinks: [
4141
{ icon: 'github', link: 'https://github.com/event-driven-io/pongo' },
42-
{ icon: 'discord', link: 'https://discord.gg/fTpqUTMmVa' },
42+
{ icon: 'discord', link: 'https://discord.gg/kHkSThjG' },
4343
],
4444
footer: {
4545
copyright: 'Copyright © Oskar Dudycz and contributors.',

src/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hero:
1515
link: /getting-started
1616
- theme: alt
1717
text: 🧑‍💻 Join Discord Server
18-
link: https://discord.gg/fTpqUTMmVa
18+
link: https://discord.gg/kHkSThjG
1919

2020
features:
2121
- title: Keep your data consistent

0 commit comments

Comments
 (0)