Skip to content

[codex] Fix GitHub repository links in docs#236

Merged
0xmrpeter merged 1 commit intoOpen-ACP:mainfrom
cloudyun888:codex/fix-docs-repo-links
Apr 25, 2026
Merged

[codex] Fix GitHub repository links in docs#236
0xmrpeter merged 1 commit intoOpen-ACP:mainfrom
cloudyun888:codex/fix-docs-repo-links

Conversation

@cloudyun888
Copy link
Copy Markdown
Contributor

Summary

  • Fix the contributor quick-start clone URL to point at the canonical Open-ACP/OpenACP repository.
  • Fix the troubleshooting FAQ issue-report link to the same canonical repository.

Why

The previous links pointed to openacp/OpenACP and OpenACP/OpenACP, which GitHub cannot resolve. New contributors following those docs would hit a missing repository.

Validation

  • gh repo view Open-ACP/OpenACP --json nameWithOwner,url resolves successfully.
  • gh repo view openacp/OpenACP --json nameWithOwner,url fails to resolve.
  • gh repo view OpenACP/OpenACP --json nameWithOwner,url fails to resolve.
  • rg -n "github\\.com/(openacp|OpenACP)/OpenACP" docs/gitbook README.md CONTRIBUTING.md package.json .github returns no remaining public docs matches.
  • git diff --check passes.

@0xmrpeter 0xmrpeter marked this pull request as ready for review April 25, 2026 08:37
@0xmrpeter 0xmrpeter merged commit a737512 into Open-ACP:main Apr 25, 2026
4 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.

2 participants