From 4f3f736932aee9a710d7e2eab5b38ac61835677b Mon Sep 17 00:00:00 2001 From: Hamady Danioko Date: Sun, 21 Dec 2025 11:55:53 +0000 Subject: [PATCH 1/2] Update repository URLs in CONTRIBUTING.md changing /djelia/ (not working) in URLs by /djelia-org/ (working) --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d74d7c..527ee21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ``` @@ -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. @@ -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 ``` @@ -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! ❤️ 🇲🇱** \ No newline at end of file +**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! ❤️ 🇲🇱** From 9aed137268724f0602fbc2c0fa6e743dc4f556ce Mon Sep 17 00:00:00 2001 From: Hamady Danioko Date: Sun, 21 Dec 2025 12:17:54 +0000 Subject: [PATCH 2/2] Update repository URL in README instructions Changing not working /djelia/ with /djelia-org/ in URLs of README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc3f88b..45bfb9e 100644 --- a/README.md +++ b/README.md @@ -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