Skip to content

Commit 0c5d95c

Browse files
authored
docs: fix repository URL in CONTRIBUTING.md (#139)
Changed 'your-org' placeholder to 'alibaba' in the git clone command to reflect the correct repository URL.
1 parent 33917f7 commit 0c5d95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ By participating, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md
1919
### Clone & Initialize
2020

2121
```bash
22-
git clone --recursive https://github.com/your-org/zvec.git
22+
git clone --recursive https://github.com/alibaba/zvec.git
2323
cd zvec
2424
```
2525

0 commit comments

Comments
 (0)