From 44f8997dea427003760ec2e92c8e9240034a6f31 Mon Sep 17 00:00:00 2001 From: mahdi Date: Tue, 17 Sep 2024 21:57:21 +0330 Subject: [PATCH] fix(docs): The Github address has been corrected --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 457fba3..ec6f5f5 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -8,7 +8,7 @@ We welcome contributions to the Gland project! Please follow these guidelines to 2. **Clone Your Fork**: Clone your forked repository to your local machine: ```bash - git clone https://github.com/your-username/gland.git + git clone https://github.com/medishen/gland.git ``` 3. **Create a Branch**: Create a new branch for your changes: