diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b9e287010..5f75fadb3 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -20,7 +20,7 @@ The following behaviors are expected and requested of all community members: - Show consideration and respect in all your actions and speech. Avoid any behavior that is demeaning, discriminatory, or harassing. - Seek collaboration as an initial step instead of conflict. - Refrain from demeaning, discriminatory, or harassing behavior and speech. -- Report any unsafe situations, distress or violations of the code of conduct to the maintainers through [Slack](https://join.slack.com/t/keploy/shared_invite/zt-3yxf6lxky-Y1OdbFoJsvQt0P0ncoFQaw). +- Report any unsafe situations, distress or violations of the code of conduct to the maintainers through [Slack](https://keploy.io/slack). - Practice empathy and kindness towards other community members. - Respect diverse opinions, perspectives, and experiences. - Give and receive constructive feedback in a gracious manner. @@ -116,7 +116,7 @@ the community. ## Contact info -- [Slack](https://join.slack.com/t/keploy/shared_invite/zt-3yxf6lxky-Y1OdbFoJsvQt0P0ncoFQaw) +- [Slack](https://keploy.io/slack) - [Mail](hello@keploy.io) ## Support 🙏 diff --git a/README.md b/README.md index 4e50d0026..9900299f6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Repository for the Keploy documentation website. - + @@ -39,7 +39,7 @@ Page slugs (URLs), menu labels, and the location of information are a few of the The documentation in this repository is published to https://docs.keploy.io. -If information you are looking for seems to be missing, visit the [Keploy community](https://join.slack.com/t/keploy/shared_invite/zt-3yxf6lxky-Y1OdbFoJsvQt0P0ncoFQaw) forum for help. +If information you are looking for seems to be missing, visit the [Keploy community](https://keploy.io/slack) forum for help. Please read the [CONTRIBUTING](/CONTRIBUTING.md) guide and the [STYLE](/STYLE.md) guide before you submit any pull requests. @@ -186,7 +186,7 @@ Keploy welcomes contributions to the docs website. If you have an idea for a new Reach out to us. We're here to help! -[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://join.slack.com/t/keploy/shared_invite/zt-3yxf6lxky-Y1OdbFoJsvQt0P0ncoFQaw) +[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://keploy.io/slack) [![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/keploy/) [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg) [![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white)](https://twitter.com/Keployio) diff --git a/docs/gsoc/contribution-guide.md b/docs/gsoc/contribution-guide.md index 53c37a4bf..97e2db738 100644 --- a/docs/gsoc/contribution-guide.md +++ b/docs/gsoc/contribution-guide.md @@ -38,7 +38,7 @@ To get started with GSoC and Keploy, follow these steps: 1. If you are new to Keploy, try setting up Keploy in your local machine and running one (or more) of the sample applications. You can refer the [docs](#docs). 2. You can then check out the [projects](#projects) that are selected for GSoC 2023 and try completing the tasks in the task list. Remember, the tasks will act as a selection criteria for shortlisting candidates. -3. You can connect with the mentors over slack to clear any of your doubts. +3. You can connect with the mentors over [Slack](https://keploy.io/slack) to clear any of your doubts. 4. Submit your proposal and that's it! ## Projects in GSoC 2023 diff --git a/docusaurus.config.js b/docusaurus.config.js index 80fe35444..2f3a95f49 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -284,7 +284,7 @@ module.exports = { dropdownActiveClassDisabled: true, }, { - href: "https://join.slack.com/t/keploy/shared_invite/zt-3yxf6lxky-Y1OdbFoJsvQt0P0ncoFQaw", + href: "https://keploy.io/slack", position: "right", className: "header-slack-link", "aria-label": "Join our Slack community", @@ -307,7 +307,7 @@ module.exports = { - + diff --git a/src/components/Community.js b/src/components/Community.js index 2ef9529f3..bec7a5374 100644 --- a/src/components/Community.js +++ b/src/components/Community.js @@ -7,7 +7,7 @@ const communityLinks = [ { title: "Slack", desc: "Live support, discussions, and quick answers.", - href: "https://join.slack.com/t/keploy/shared_invite/zt-3yxf6lxky-Y1OdbFoJsvQt0P0ncoFQaw", + href: "https://keploy.io/slack", Icon: FaSlack, iconColor: "text-purple-600 dark:text-purple-400", bgColor: "bg-purple-100 dark:bg-purple-900/30", diff --git a/src/components/KeployCloud.js b/src/components/KeployCloud.js index 16f6b40a9..c65ecdc6f 100644 --- a/src/components/KeployCloud.js +++ b/src/components/KeployCloud.js @@ -10,7 +10,7 @@ export const KeployCloud = () => { Need help? **Note** :- Run `go run github.com/99designs/gqlgen generate --config pkg/graph/gqlgen.yml` to generate the graphql server stubs which can be used when working with unit testing libraries like JUnit, PyTest, etc.. -Hope this helps you out, if you still have any questions, reach out to us on [slack](https://keploy.slack.com/join/shared_invite/zt-3yxf6lxky-Y1OdbFoJsvQt0P0ncoFQaw) . +Hope this helps you out, if you still have any questions, reach out to us on [Slack](https://keploy.io/slack). diff --git a/versioned_docs/version-4.0.0/concepts/support.md b/versioned_docs/version-4.0.0/concepts/support.md index 1d77e5cb9..ae3c7ee26 100644 --- a/versioned_docs/version-4.0.0/concepts/support.md +++ b/versioned_docs/version-4.0.0/concepts/support.md @@ -11,5 +11,5 @@ tags: ## Contact Us If you have any questions or need help, please feel free to reach out to us at [hello@keploy.io](mailto:hello@keploy.io) or reach out us on -[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://join.slack.com/t/keploy/shared_invite/zt-3yxf6lxky-Y1OdbFoJsvQt0P0ncoFQaw) or open a discussion on +[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://keploy.io/slack) or open a discussion on [![GitHub Issue](https://img.shields.io/badge/GitHub-%23FFFF.svg?style=for-the-badge&logo=GitHub&logoColor=black)](https://github.com/keploy/keploy) diff --git a/versioned_docs/version-4.0.0/gsoc/contribution-guide.md b/versioned_docs/version-4.0.0/gsoc/contribution-guide.md index 1415cb0cf..e600c81f0 100644 --- a/versioned_docs/version-4.0.0/gsoc/contribution-guide.md +++ b/versioned_docs/version-4.0.0/gsoc/contribution-guide.md @@ -45,7 +45,7 @@ To get started with GSoC and Keploy, follow these steps: applications. You can refer the docs. 2. You can then check out the [projects](#projects-in-gsoc-2023) that are selected for GSoC 2023 and try completing the tasks in the task list. Remember, the tasks will act as a selection criteria for shortlisting candidates. -3. You can connect with the mentors over slack to clear any of your doubts. +3. You can connect with the mentors over [Slack](https://keploy.io/slack) to clear any of your doubts. 4. Submit your proposal and that's it! ## Projects in GSoC 2023 diff --git a/versioned_docs/version-4.0.0/keploy-explained/common-errors.md b/versioned_docs/version-4.0.0/keploy-explained/common-errors.md index f0efd68d0..cd18c332b 100644 --- a/versioned_docs/version-4.0.0/keploy-explained/common-errors.md +++ b/versioned_docs/version-4.0.0/keploy-explained/common-errors.md @@ -194,6 +194,6 @@ Keploy does not support the protocol or API structure you are using (e.g., gRPC, - Confirm the supported protocols (currently HTTP/REST and GraphQL). - Consider alternative tools or frameworks for unsupported protocols. -If you’re still encountering issues after trying these solutions, feel free to reach out to the Keploy team on [Slack](https://keploy.slack.com/join/shared_invite/zt-3yxf6lxky-Y1OdbFoJsvQt0P0ncoFQaw) +If you’re still encountering issues after trying these solutions, feel free to reach out to the Keploy team on [Slack](https://keploy.io/slack). Happy Testing! diff --git a/versioned_docs/version-4.0.0/keploy-explained/dev-guide.md b/versioned_docs/version-4.0.0/keploy-explained/dev-guide.md index 503198375..a4a6b6b79 100644 --- a/versioned_docs/version-4.0.0/keploy-explained/dev-guide.md +++ b/versioned_docs/version-4.0.0/keploy-explained/dev-guide.md @@ -112,7 +112,7 @@ Happy testing! 🧪🔍💻 > **Note** :- Run `go run github.com/99designs/gqlgen generate --config pkg/graph/gqlgen.yml` to generate the graphql server stubs which can be used when working with unit testing libraries like JUnit, PyTest, etc.. -Hope this helps you out, if you still have any questions, reach out to us on [slack](https://keploy.slack.com/join/shared_invite/zt-3yxf6lxky-Y1OdbFoJsvQt0P0ncoFQaw) . +Hope this helps you out, if you still have any questions, reach out to us on [Slack](https://keploy.io/slack). ## Installing the Open Source Build