Skip to content

Commit b305ec4

Browse files
authored
Merge pull request #90 from DevanshuNEU/fix/issue-63-readme-urls
docs: Fix repository URLs to point to OpenCodeIntel org
2 parents bf9ce3b + bd41fa8 commit b305ec4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

β€ŽDOCKER_QUICKSTART.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Get CodeIntel running locally with Docker in 5 minutes.
1111
## Step 1: Clone & Navigate
1212

1313
```bash
14-
git clone https://github.com/DevanshuNEU/v1--codeintel.git
15-
cd v1--codeintel
14+
git clone https://github.com/OpenCodeIntel/opencodeintel.git
15+
cd opencodeintel
1616
```
1717

1818
## Step 2: Configure Environment
@@ -192,5 +192,5 @@ Full deployment guide: `DEPLOYMENT.md`
192192

193193
**Need help?**
194194
- πŸ“– Check `DOCKER_TROUBLESHOOTING.md`
195-
- πŸ› Open an issue: https://github.com/DevanshuNEU/v1--codeintel/issues
195+
- πŸ› Open an issue: https://github.com/OpenCodeIntel/opencodeintel/issues
196196
- πŸ“ See full docs: `README.md`

β€ŽDOCKER_TROUBLESHOOTING.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ docker compose exec backend curl http://backend:8000/health
276276

277277
## Still Having Issues?
278278

279-
1. Check GitHub Issues: https://github.com/DevanshuNEU/v1--codeintel/issues
279+
1. Check GitHub Issues: https://github.com/OpenCodeIntel/opencodeintel/issues
280280
2. Run verification script: `./scripts/verify-setup.sh`
281281
3. Check DEPLOYMENT.md for step-by-step instructions
282282
4. Make sure Docker Desktop has enough resources (Settings β†’ Resources)

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Understand team patterns: naming conventions (camelCase vs snake_case), async ad
6868

6969
```bash
7070
# 1. Clone repo
71-
git clone https://github.com/DevanshuNEU/v1--codeintel.git
72-
cd v1--codeintel
71+
git clone https://github.com/OpenCodeIntel/opencodeintel.git
72+
cd opencodeintel
7373

7474
# 2. Configure environment
7575
cp .env.example .env

0 commit comments

Comments
Β (0)