diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 419b483..6c04cfb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -47,7 +47,7 @@ All contributions must be properly tested to maintain project stability.
## Getting Support
-- If you have questions or need clarification on contributing, reach out via the [Issue Tracker](https://github.com/dream-sports-labs/checkmate/issues) or [Discord](https://discord.gg/wBQXeYAKNc).
+- If you have questions or need clarification on contributing, reach out via the [Issue Tracker](https://github.com/ds-horizon/checkmate/issues) or [Discord](https://discord.gg/wBQXeYAKNc).
We appreciate your contributions to Checkmate and look forward to your participation in improving this project! 🚀
diff --git a/README.md b/README.md
index e2179c2..f14181e 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ This Test Case Management Tool is designed to address the challenges faced by te
1. Clone the repository:
```sh
- git clone git@github.com:dream-sports-labs/checkmate.git
+ git clone git@github.com:ds-horizon/checkmate.git
```
2. Create an .env file at root level, based on .env.example.
3. Install dependencies
@@ -116,4 +116,4 @@ This project is published under the [MIT License](/LICENSE).
## ✉️ Contact
-If you need feedback or support, reach out via the [Issue Tracker](https://github.com/dream-sports-labs/checkmate/issues) or [Discord](https://discord.gg/wBQXeYAKNc).
+If you need feedback or support, reach out via the [Issue Tracker](https://github.com/ds-horizon/checkmate/issues) or [Discord](https://discord.gg/wBQXeYAKNc).
diff --git a/app/components/Header/SideDrawer.tsx b/app/components/Header/SideDrawer.tsx
index 5403ab7..20eb3e6 100644
--- a/app/components/Header/SideDrawer.tsx
+++ b/app/components/Header/SideDrawer.tsx
@@ -80,7 +80,7 @@ export const SideDrawer = () => {
text="Ask Question"
/>
diff --git a/docs/astro.config.ts b/docs/astro.config.ts
index 31bfc5b..6140b64 100644
--- a/docs/astro.config.ts
+++ b/docs/astro.config.ts
@@ -23,7 +23,7 @@ export default defineConfig({
alt: "Checkmate",
},
social: {
- github: "https://github.com/dream-sports-labs/checkmate",
+ github: "https://github.com/ds-horizon/checkmate",
discord: "https://discord.gg/wBQXeYAKNc",
},
sidebar: [
diff --git a/docs/src/content/docs/project/setup.mdx b/docs/src/content/docs/project/setup.mdx
index e7d75b2..57e8641 100644
--- a/docs/src/content/docs/project/setup.mdx
+++ b/docs/src/content/docs/project/setup.mdx
@@ -19,7 +19,7 @@ import { Steps } from "@astrojs/starlight/components";
1. Clone the repository:
```sh frame="none"
- git clone git@github.com:dream-sports-labs/checkmate.git
+ git clone git@github.com:ds-horizon/checkmate.git
```
2. Install dependencies
```sh frame="none"
@@ -61,7 +61,7 @@ For production deployments, replace `localhost:3000` with your actual domain.
1. Clone the repository:
```sh frame="none"
- git clone git@github.com:dream-sports-labs/checkmate.git
+ git clone git@github.com:ds-horizon/checkmate.git
```
1. Create an environment file:
- Ensure you have a .env file in place, based on .env.example.