chore: replace the temp slack url to permanent route#870
Merged
Conversation
Signed-off-by: amaan-bhati <amaanbhati49@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR standardizes Slack invite links across the documentation site by replacing expiring Slack invite URLs with a single permanent redirect (https://keploy.io/slack) in docs (v1–v4), site components, and project meta files.
Changes:
- Replaced temporary Slack invite URLs with
https://keploy.io/slackacross docs, config, and React components. - Converted previously bare “slack” text mentions into a proper link in GSoC guides and the v1 FAQ.
- Updated Slack badge/button links in support/contact surfaces (README, CODE_OF_CONDUCT, Docusaurus header/footer, DocItem, etc.).
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| versioned_docs/version-4.0.0/keploy-explained/dev-guide.md | Replaces Slack invite URL with permanent redirect. |
| versioned_docs/version-4.0.0/keploy-explained/common-errors.md | Updates Slack support link to permanent redirect. |
| versioned_docs/version-4.0.0/gsoc/contribution-guide.md | Links “Slack” to the permanent redirect in GSoC steps. |
| versioned_docs/version-4.0.0/concepts/support.md | Updates Slack badge link to permanent redirect. |
| versioned_docs/version-3.0.0/keploy-explained/dev-guide.md | Replaces Slack invite URL with permanent redirect. |
| versioned_docs/version-3.0.0/keploy-explained/common-errors.md | Updates Slack support link to permanent redirect. |
| versioned_docs/version-3.0.0/gsoc/contribution-guide.md | Links “Slack” to the permanent redirect in GSoC steps. |
| versioned_docs/version-3.0.0/concepts/support.md | Updates Slack badge link to permanent redirect. |
| versioned_docs/version-2.0.0/gsoc/contribution-guide.md | Links “Slack” to the permanent redirect in GSoC steps. |
| versioned_docs/version-2.0.0/concepts/support.md | Updates Slack badge link to permanent redirect. |
| versioned_docs/version-1.0.0/keploy-explained/faq.md | Links Slack mention to the permanent redirect in FAQ. |
| versioned_docs/version-1.0.0/gsoc/contribution-guide.md | Links “Slack” to the permanent redirect in GSoC steps. |
| src/theme/DocItem/index.js | Updates Slack icon link target to the permanent redirect. |
| src/components/KeployCloud.js | Updates “Join Slack” CTA URL to the permanent redirect. |
| src/components/Community.js | Updates community Slack link to the permanent redirect. |
| README.md | Updates Slack badge/community links to the permanent redirect. |
| docusaurus.config.js | Updates navbar/footer Slack links to the permanent redirect. |
| docs/gsoc/contribution-guide.md | Links “Slack” to the permanent redirect in GSoC steps. |
| CODE_OF_CONDUCT.md | Updates Slack contact links to the permanent redirect. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: amaan-bhati <amaanbhati49@gmail.com>
Signed-off-by: amaan-bhati <amaanbhati49@gmail.com>
nehagup
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
join.slack.com/...andkeploy.slack.com/...) with the permanent redirecthttps://keploy.io/slackacross 19 filesdocusaurus.config.js,README.md, andCODE_OF_CONDUCT.mdFiles changed
README.md,CODE_OF_CONDUCT.md,docusaurus.config.jsdocs/gsoc/contribution-guide.mdconcepts/support.md,gsoc/contribution-guide.md,keploy-explained/dev-guide.md,keploy-explained/common-errors.md,keploy-explained/faq.mdsrc/components/Community.js,src/components/KeployCloud.js,src/theme/DocItem/index.js