Skip to content
Merged
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
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To contribute, you'll need:

1. **Clone the Repository**:
```bash
git clone https://github.com/djelia/djelia-python-sdk.git
git clone https://github.com/djelia-org/djelia-python-sdk.git
cd djelia-python-sdk
```

Expand Down Expand Up @@ -73,7 +73,7 @@ To contribute, you'll need:
### Reporting Bugs

Found a bug? Help us squash it!
- Check the [issue tracker](https://github.com/djelia/djelia-python-sdk/issues) to ensure the bug hasn't been reported.
- Check the [issue tracker](https://github.com/djelia-org/djelia-python-sdk/issues) to ensure the bug hasn't been reported.
- Use the [bug report template](.github/ISSUE_TEMPLATE/bug_report.md) to submit a new issue.
- Include:
- A clear description of the bug.
Expand All @@ -94,7 +94,7 @@ Have an idea to make the SDK even better?

Ready to contribute code or documentation? Here's how:
1. **Fork the Repository**:
Fork the [Djelia Python SDK repo](https://github.com/djelia/djelia-python-sdk) and clone your fork:
Fork the [Djelia Python SDK repo](https://github.com/djelia-org/djelia-python-sdk) and clone your fork:
```bash
git clone https://github.com/your-username/djelia-python-sdk.git
```
Expand Down Expand Up @@ -186,4 +186,4 @@ We value a welcoming and inclusive community. Please:

**Pro Tip**: Check out the [Djelia SDK Cookbook](README.md#explore-the-djelia-sdk-cookbook) for a comprehensive example of using the SDK. It's a great way to understand the codebase before contributing!

**Thank you for contributing to Djelia Python SDK! Your efforts help bring AI powered African language processing to the world. Let's keep the vibe awesome! ❤️ 🇲🇱**
**Thank you for contributing to Djelia Python SDK! Your efforts help bring AI powered African language processing to the world. Let's keep the vibe awesome! ❤️ 🇲🇱**
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,8 @@ Want to take your Djelia SDK skills to the next level? Check out the **Djelia SD
To run the cookbook, clone the repository, install dependencies, and execute:

```bash
git clone https://github.com/djelia/djelia-python-sdk.git
pip install git+https://github.com/djelia/djelia-python-sdk.git python-dotenv
git clone https://github.com/djelia-org/djelia-python-sdk.git
pip install git+https://github.com/djelia-org/djelia-python-sdk.git python-dotenv

cd djelia-python-sdk
python -m cookbook.main
Expand Down