Fix broken Warp LICENSE links (master -> main)#329
Draft
hongyi-chen wants to merge 1 commit into
Draft
Conversation
The Warp GitHub repository's default branch was renamed from master to main, so all links to blob/master/LICENSE returned HTTP 404. Update the 10 affected docs pages to point at blob/main/LICENSE, which resolves correctly. Found via the broken-link checker. 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
Fixes 10 broken links to the Warp GitHub repository's
LICENSEfile.The
warpdotdev/warprepository's default branch was renamed frommastertomain, so every link pointing atgithub.com/warpdotdev/warp/blob/master/LICENSEnow returns HTTP 404. This updates all 10 occurrences to.../blob/main/LICENSE, which resolves correctly (HTTP 200).Affected pages
agent-platform/index.mdxagent-platform/local-agents/overview.mdxenterprise/index.mdxenterprise/security-and-compliance/security-overview.mdxgetting-started/quickstart/customizing-warp.mdxgetting-started/quickstart/installation-and-setup.mdxindex.mdxsupport-and-community/community/contributing.mdxsupport-and-community/plans-and-billing/pricing-faqs.mdxsupport-and-community/privacy-and-security/privacy.mdxHow it was found
Surfaced by the broken-link checker. Verified
blob/master/LICENSEreturns 404 andblob/main/LICENSEreturns 200.Conversation: https://app.warp.dev/conversation/39ed8df5-d1d9-4571-b08d-55cd3959a87d
Run: https://oz.warp.dev/runs/019f5745-99a8-7d40-bc10-442fa2ce9cc6
This PR was generated with Oz.