Skip to content

Commit a41c328

Browse files
committed
chore: replace the temp slack url to permanent route
Signed-off-by: amaan-bhati <amaanbhati49@gmail.com>
1 parent eb3db5b commit a41c328

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for your interest in Keploy and for taking the time to contribute to this project. 🙌
44
Keploy is a project by developers for developers and there are a lot of ways you can contribute.
5-
If you don't know where to start contributing, ask us on our [Slack channel](https://join.slack.com/t/keploy/shared_invite/zt-3zcnuqfgl-WYK1NMhslVHsCtNcA1ULwA).
5+
If you don't know where to start contributing, ask us on our [Slack channel](https://keploy.io/slack).
66

77
## Code of conduct
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="CODE_OF_CONDUCT.md" alt="Contributions welcome">
55
<img src="https://img.shields.io/badge/Contributions-Welcome-brightgreen?logo=github" /></a>
66

7-
<a href="https://join.slack.com/t/keploy/shared_invite/zt-3zcnuqfgl-WYK1NMhslVHsCtNcA1ULwA" alt="Slack">
7+
<a href="https://keploy.io/slack" alt="Slack">
88
<img src="https://github.com/keploy/samples-go/blob/main/.github/slack.svg?raw=true" /></a>
99

1010
<a href="https://opensource.org/licenses/Apache-2.0" alt="License">
@@ -33,7 +33,7 @@ This repo contains the sample for [Keploy's](https://keploy.io) Java Application
3333

3434
Reach out to us. We're here to help!
3535

36-
[![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-3zcnuqfgl-WYK1NMhslVHsCtNcA1ULwA)
36+
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://keploy.io/slack)
3737
[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/keploy/)
3838
[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg)
3939
[![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white)](https://twitter.com/Keployio)

spring-petclinic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ keploy test -c "docker compose up" --containerName javaApp --buildDelay 50s --de
107107
Here `delay` is the time it takes for your application to get started, after which Keploy will start running the testcases. If your application takes longer than 10s to get started, you can change the `delay` accordingly.
108108
`buildDelay` is the time that it takes for the image to get built. This is useful when you are building the docker image from your docker compose file itself.
109109

110-
Hope this helps you out, if you still have any questions, reach out to us on our [Slack](https://join.slack.com/t/keploy/shared_invite/zt-3zcnuqfgl-WYK1NMhslVHsCtNcA1ULwA)
110+
Hope this helps you out, if you still have any questions, reach out to us on our [Slack](https://keploy.io/slack)

0 commit comments

Comments
 (0)