Skip to content

docs: Fix repository URLs to point to OpenCodeIntel org#90

Merged
DevanshuNEU merged 1 commit into
OpenCodeIntel:mainfrom
DevanshuNEU:fix/issue-63-readme-urls
Dec 12, 2025
Merged

docs: Fix repository URLs to point to OpenCodeIntel org#90
DevanshuNEU merged 1 commit into
OpenCodeIntel:mainfrom
DevanshuNEU:fix/issue-63-readme-urls

Conversation

@DevanshuNEU

Copy link
Copy Markdown
Collaborator

Summary

Fixes incorrect repository URLs across documentation files.

Problem

Documentation was pointing to old repository URLs:

  • https://github.com/DevanshuNEU/v1--codeintel.git
  • Directory name v1--codeintel

This causes confusion for new users trying to clone and set up the project.

Changes

Updated all URLs to point to the official OpenCodeIntel organization:

File Change
README.md Clone URL + directory name
DOCKER_QUICKSTART.md Clone URL + directory name + issues link
DOCKER_TROUBLESHOOTING.md Issues link

New URLs

  • Clone: https://github.com/OpenCodeIntel/opencodeintel.git
  • Issues: https://github.com/OpenCodeIntel/opencodeintel/issues
  • Directory: opencodeintel

Verification

grep -rn "v1--codeintel" --include="*.md"
# Returns empty (no old URLs remaining)

Closes #63

@vercel

vercel Bot commented Dec 12, 2025

Copy link
Copy Markdown

@DevanshuNEU is attempting to deploy a commit to the Dev's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Dec 12, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
opencodeintel Ignored Ignored Preview Dec 12, 2025 1:38am

…l#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 OpenCodeIntel#63
@DevanshuNEU DevanshuNEU force-pushed the fix/issue-63-readme-urls branch from 03b0e02 to bd41fa8 Compare December 12, 2025 01:36
@DevanshuNEU DevanshuNEU merged commit b305ec4 into OpenCodeIntel:main Dec 12, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Fix README clone URL and update screenshots

1 participant