Fix broken LICENSE links (master -> main branch)#267
Closed
hongyi-chen wants to merge 1 commit into
Closed
Conversation
The warpdotdev/warp repo's default branch is `main`, not `master`, so all links to https://github.com/warpdotdev/warp/blob/master/LICENSE returned HTTP 404. Update them to the `main` branch across 10 docs pages. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
Closing as a duplicate of #243, which makes the same master -> main LICENSE link changes across the same 10 files and is already approved and ready to merge. Consolidating there. |
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 broken external links surfaced by the broken-link checker. All links to the
warpdotdev/warprepository'sLICENSEfile pointed at themasterbranch, which returns HTTP 404 — the repo's default branch ismain.Changes
Updated
https://github.com/warpdotdev/warp/blob/master/LICENSE→.../blob/main/LICENSEacross 10 pages:agent-platform/index.mdxagent-platform/local-agents/overview.mdxindex.mdxgetting-started/quickstart/customizing-warp.mdxgetting-started/quickstart/installation-and-setup.mdxenterprise/index.mdxenterprise/security-and-compliance/security-overview.mdxsupport-and-community/privacy-and-security/privacy.mdxsupport-and-community/community/contributing.mdxsupport-and-community/plans-and-billing/pricing-faqs.mdxVerification
https://github.com/warpdotdev/warp/blob/main/LICENSEreturns HTTP 200.help.openai.comtoken article andtiktok.com/@warp.dev) return HTTP 403 to automated requests but resolve to 200 with a browser user agent — they are valid and were left unchanged.Conversation: https://app.warp.dev/conversation/0c516c26-6bd2-432c-9e0b-b0aad96bedcf
Run: https://oz.warp.dev/runs/019f1452-e578-7ea1-b155-b178004a66f5
This PR was generated with Oz.