Skip to content

Commit 9e0ca3b

Browse files
authored
Update CONTRIBUTING.md
1 parent 4f51269 commit 9e0ca3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are many ways to contribute, from writing code and documentation to report
1212

1313
### Reporting Bugs and Requesting Features
1414

15-
The best way to report a bug or request a new feature is to [open an issue](https://github.com/ukr-projects/yt-transcript-gpt/issues). Please use the provided templates to ensure you include all the necessary information.
15+
The best way to report a bug or request a new feature is to [open an issue](https://github.com/nova-cortex/yt-transcript-gpt/issues). Please use the provided templates to ensure you include all the necessary information.
1616

1717
### Contributing Code
1818

@@ -22,7 +22,7 @@ If you'd like to contribute code, please follow these steps:
2222

2323
```bash
2424
# Fork the repository on GitHub, then clone your fork
25-
git clone https://github.com/ukr-projects/yt-transcript-gpt.git
25+
git clone https://github.com/nova-cortex/yt-transcript-gpt/yt-transcript-gpt.git
2626
cd yt-transcript-gpt
2727

2828
# Create and activate a virtual environment
@@ -44,7 +44,7 @@ pip install pytest black flake8
4444
**3. Submit a Pull Request**
4545

4646
* Push your branch to your fork on GitHub.
47-
* [Open a pull request](https://github.com/ukr-projects/yt-transcript-gpt/pulls) to the `main` branch.
47+
* [Open a pull request](https://github.com/nova-cortex/yt-transcript-gpt/pulls) to the `main` branch.
4848
* Fill out the pull request template to explain your changes.
4949

5050
The project maintainers will review your pull request, provide feedback, and merge it if it meets the contribution guidelines. Thank you for your contribution!

0 commit comments

Comments
 (0)