From bd41fa8c5f899deffa0518d3e4756c0b8aa55c77 Mon Sep 17 00:00:00 2001 From: Devanshu Rajesh Chicholikar Date: Thu, 11 Dec 2025 20:36:22 -0500 Subject: [PATCH] docs: Fix repository URLs to point to OpenCodeIntel org (#63) - README.md: Updated clone URL and directory name - DOCKER_QUICKSTART.md: Updated clone URL, directory, and issues link - DOCKER_TROUBLESHOOTING.md: Updated issues link All URLs now point to https://github.com/OpenCodeIntel/opencodeintel Closes #63 --- DOCKER_QUICKSTART.md | 6 +++--- DOCKER_TROUBLESHOOTING.md | 2 +- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DOCKER_QUICKSTART.md b/DOCKER_QUICKSTART.md index dfdb14f..f0b113c 100644 --- a/DOCKER_QUICKSTART.md +++ b/DOCKER_QUICKSTART.md @@ -11,8 +11,8 @@ Get CodeIntel running locally with Docker in 5 minutes. ## Step 1: Clone & Navigate ```bash -git clone https://github.com/DevanshuNEU/v1--codeintel.git -cd v1--codeintel +git clone https://github.com/OpenCodeIntel/opencodeintel.git +cd opencodeintel ``` ## Step 2: Configure Environment @@ -192,5 +192,5 @@ Full deployment guide: `DEPLOYMENT.md` **Need help?** - 📖 Check `DOCKER_TROUBLESHOOTING.md` -- 🐛 Open an issue: https://github.com/DevanshuNEU/v1--codeintel/issues +- 🐛 Open an issue: https://github.com/OpenCodeIntel/opencodeintel/issues - 📝 See full docs: `README.md` diff --git a/DOCKER_TROUBLESHOOTING.md b/DOCKER_TROUBLESHOOTING.md index 90f4ca6..2e922ee 100644 --- a/DOCKER_TROUBLESHOOTING.md +++ b/DOCKER_TROUBLESHOOTING.md @@ -276,7 +276,7 @@ docker compose exec backend curl http://backend:8000/health ## Still Having Issues? -1. Check GitHub Issues: https://github.com/DevanshuNEU/v1--codeintel/issues +1. Check GitHub Issues: https://github.com/OpenCodeIntel/opencodeintel/issues 2. Run verification script: `./scripts/verify-setup.sh` 3. Check DEPLOYMENT.md for step-by-step instructions 4. Make sure Docker Desktop has enough resources (Settings → Resources) diff --git a/README.md b/README.md index e15058d..a160343 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ Understand team patterns: naming conventions (camelCase vs snake_case), async ad ```bash # 1. Clone repo -git clone https://github.com/DevanshuNEU/v1--codeintel.git -cd v1--codeintel +git clone https://github.com/OpenCodeIntel/opencodeintel.git +cd opencodeintel # 2. Configure environment cp .env.example .env