Skip to content

Commit 1fde890

Browse files
authored
Fix repository links in CONTRIBUTING.md
Updated links to use the correct repository name 'OpenGenerativeUI'.
1 parent eec6531 commit 1fde890

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ We love community contributions! That said, we want to make sure we're all on th
1212
Investing a lot of time and effort just to find out it doesn't align with the project feels awful, and we don't want that to happen.
1313
It also helps to make sure the work you're planning isn't already in progress.
1414

15-
Please file an issue first: https://github.com/CopilotKit/open-generative-ui/issues
15+
Please file an issue first: [https://github.com/CopilotKit/OpenGenerativeUI/issues](https://github.com/CopilotKit/OpenGenerativeUI/issues)
1616
Or, reach out to us on Discord: https://discord.com/invite/6dffbvGU3D
1717

1818
Ready to contribute but seeking guidance? Reach out to us directly on [Discord](https://discord.gg/6dffbvGU3D) for immediate assistance! Alternatively, you're welcome to raise an issue and one of our dedicated maintainers will promptly steer you in the right direction!
1919

2020
## Found a bug?
2121

22-
If you find a bug in the source code, you can help us by [submitting an issue](https://github.com/CopilotKit/open-generative-ui/issues/new) to our GitHub Repository. Even better, you can submit a Pull Request with a fix.
22+
If you find a bug in the source code, you can help us by [submitting an issue](https://github.com/CopilotKit/OpenGenerativeUI/issues/new) to our GitHub Repository. Even better, you can submit a Pull Request with a fix.
2323

2424
## Missing a feature?
2525

@@ -29,12 +29,12 @@ So, you've got an awesome feature in mind? Throw it over to us by [creating an i
2929

3030
## Step 1: Make a fork
3131

32-
Fork the [open-generative-ui](https://github.com/CopilotKit/open-generative-ui) repository to your GitHub account. This means that you'll have a copy of the repository under _your-GitHub-username/open-generative-ui_.
32+
Fork the [open-generative-ui](https://github.com/CopilotKit/OpenGenerativeUI/issues) repository to your GitHub account. This means that you'll have a copy of the repository under _your-GitHub-username/open-generative-ui_.
3333

3434
## Step 2: Clone the repository to your local machine
3535

3636
```bash
37-
git clone https://github.com/<your-GitHub-username>/open-generative-ui
37+
git clone https://github.com/<your-GitHub-username>/OpenGenerativeUI
3838
```
3939

4040
## Step 3: Prepare the development environment

0 commit comments

Comments
 (0)