Fix broken warpdotdev/warp repo links (main -> master)#290
Draft
hongyi-chen wants to merge 1 commit into
Draft
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Links to files in the
warpdotdev/warprepo used themainbranch, but that repo's default branch ismaster. Themainbranch is stale and redirects toold-main, where these files no longer exist, so everyblob/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(master200 /main404)CONTRIBUTING.md(master200 /main404)CODE_OF_CONDUCT.md(master200 /main404)Changes
10 files, 13 links updated from
blob/main/toblob/master/:src/content/docs/index.mdxsrc/content/docs/agent-platform/index.mdxsrc/content/docs/agent-platform/local-agents/overview.mdxsrc/content/docs/enterprise/index.mdxsrc/content/docs/enterprise/security-and-compliance/security-overview.mdxsrc/content/docs/getting-started/quickstart/customizing-warp.mdxsrc/content/docs/getting-started/quickstart/installation-and-setup.mdxsrc/content/docs/support-and-community/community/contributing.mdxsrc/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdxsrc/content/docs/support-and-community/privacy-and-security/privacy.mdxHow this was found
Discovered while running the broken-link check skill against the (now archived)
warpdotdev/gitbookrepo, 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.