Skip to content

Fix broken warpdotdev/warp repo links (main -> master)#290

Draft
hongyi-chen wants to merge 1 commit into
mainfrom
fix/broken-warp-repo-links
Draft

Fix broken warpdotdev/warp repo links (main -> master)#290
hongyi-chen wants to merge 1 commit into
mainfrom
fix/broken-warp-repo-links

Conversation

@hongyi-chen

Copy link
Copy Markdown
Collaborator

Summary

Links to files in the warpdotdev/warp repo used the main branch, but that repo's default branch is master. The main branch is stale and redirects to old-main, where these files no longer exist, so every blob/main/... link returned an HTTP 404.

This PR updates all affected links to blob/master/..., which resolves correctly (verified HTTP 200).

Affected link targets

  • LICENSE-AGPL (master 200 / main 404)
  • CONTRIBUTING.md (master 200 / main 404)
  • CODE_OF_CONDUCT.md (master 200 / main 404)

Changes

10 files, 13 links updated from blob/main/ to blob/master/:

  • src/content/docs/index.mdx
  • src/content/docs/agent-platform/index.mdx
  • src/content/docs/agent-platform/local-agents/overview.mdx
  • src/content/docs/enterprise/index.mdx
  • src/content/docs/enterprise/security-and-compliance/security-overview.mdx
  • src/content/docs/getting-started/quickstart/customizing-warp.mdx
  • src/content/docs/getting-started/quickstart/installation-and-setup.mdx
  • src/content/docs/support-and-community/community/contributing.mdx
  • src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx
  • src/content/docs/support-and-community/privacy-and-security/privacy.mdx

How this was found

Discovered while running the broken-link check skill against the (now archived) warpdotdev/gitbook repo, then verifying the equivalent links against the live docs. The repo-root links (https://github.com/warpdotdev/warp) are unaffected and left as-is.


Conversation: https://app.warp.dev/conversation/4b38f94d-1925-4ac3-9399-03f603d4c404
Run: https://oz.warp.dev/runs/019f3339-0aeb-7216-b2b1-272757ff6011

This PR was generated with Oz.

Links to files in the warpdotdev/warp repo used the `main` branch, but
that repo's default branch is `master`. The `main` branch is stale and
redirects to `old-main`, where these files no longer exist, so every
`blob/main/...` link returned a 404.

Update all links to `blob/master/...`, which resolves correctly:
- LICENSE-AGPL
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Jul 5, 2026
@vercel

vercel Bot commented Jul 5, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jul 5, 2026 5:20pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant