summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDongxu Wang <dongxu@apache.org>2024-01-22 18:39:52 +0800
committerGitHub <noreply@github.com>2024-01-22 10:39:52 +0000
commitd13b7c31c11643f95f2e5f402ed7337377dc9309 (patch)
tree4bb6a95daad335183a2a5e94b21b3617a8157205
parent2e3dde64e42cce90e2b84a7f0e4ba1a12b97b7ee (diff)
fix(docs): update repo url in CONTRIBUTING.md (#1594)
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c8199b19..066e9671 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -15,7 +15,7 @@ If there's anything you want to work on that isn't already an issue, either open
## Setup
```
-git clone https://github.com/ellie/atuin
+git clone https://github.com/atuinsh/atuin
cd atuin
cargo build
```