From 7f3bc8f1e2d2eb743326f754c495d69bb33baa8d Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Sun, 31 May 2026 02:34:27 -0400 Subject: [PATCH] docs: update contribution links for ECC repo --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8371288..e31e69d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,8 +51,8 @@ Slash commands that invoke useful workflows: ```bash # 1. Fork and clone -gh repo fork affaan-m/everything-claude-code --clone -cd everything-claude-code +gh repo fork affaan-m/ECC --clone +cd ECC # 2. Create a branch git checkout -b feat/my-contribution @@ -485,7 +485,7 @@ How you tested this. ## Questions? -- **Issues:** [github.com/affaan-m/everything-claude-code/issues](https://github.com/affaan-m/everything-claude-code/issues) +- **Issues:** [github.com/affaan-m/ECC/issues](https://github.com/affaan-m/ECC/issues) - **X/Twitter:** [@affaanmustafa](https://x.com/affaanmustafa) ---