Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! 🚀

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion app/components/Header/SideDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const SideDrawer = () => {
text="Ask Question"
/>
<FooterComponent
href="https://github.com/dream-sports-labs/checkmate/issues"
href="https://github.com/ds-horizon/checkmate/issues"
setSideDrawerOpen={setSideDrawerOpen}
text="Report Issue"
/>
Expand Down
2 changes: 1 addition & 1 deletion docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/project/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -61,7 +61,7 @@ For production deployments, replace `localhost:3000` with your actual domain.
<Steps>
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.
Expand Down