From a41c328258168002f1f7134a93e60f064354ec1e Mon Sep 17 00:00:00 2001 From: amaan-bhati Date: Fri, 5 Jun 2026 17:16:16 +0530 Subject: [PATCH] chore: replace the temp slack url to permanent route Signed-off-by: amaan-bhati --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- spring-petclinic/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c4b78ae..71271ea5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thank you for your interest in Keploy and for taking the time to contribute to this project. 🙌 Keploy is a project by developers for developers and there are a lot of ways you can contribute. -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). +If you don't know where to start contributing, ask us on our [Slack channel](https://keploy.io/slack). ## Code of conduct diff --git a/README.md b/README.md index c78e16d0..4750fe16 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - + @@ -33,7 +33,7 @@ This repo contains the sample for [Keploy's](https://keploy.io) Java Application 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-3zcnuqfgl-WYK1NMhslVHsCtNcA1ULwA) +[![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/spring-petclinic/README.md b/spring-petclinic/README.md index cdc81e1e..5e41f640 100644 --- a/spring-petclinic/README.md +++ b/spring-petclinic/README.md @@ -107,4 +107,4 @@ keploy test -c "docker compose up" --containerName javaApp --buildDelay 50s --de 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. `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. -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) \ No newline at end of file +Hope this helps you out, if you still have any questions, reach out to us on our [Slack](https://keploy.io/slack) \ No newline at end of file