Fix broken LICENSE links (master -> main)#263
Closed
hongyi-chen wants to merge 1 commit into
Closed
Conversation
The warpdotdev/warp LICENSE links pointed to the non-existent 'master' branch and returned HTTP 404. The repo's default branch is 'main'. Updated all 10 occurrences across the docs. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
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 found during a documentation broken-link audit.
The
warpdotdev/warpLICENSE links pointed to the non-existentmasterbranch and returned HTTP 404. The repository's default branch ismain, so all occurrences were updated fromblob/master/LICENSEtoblob/main/LICENSE.Files changed (10)
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/installation-and-setup.mdxsrc/content/docs/getting-started/quickstart/customizing-warp.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.mdxVerification
https://github.com/warpdotdev/warp/blob/master/LICENSE→ HTTP 404https://github.com/warpdotdev/warp/blob/main/LICENSE→ HTTP 200Notes
The audit was run against the archived
warpdotdev/gitbookrepo, which surfaced 13 broken links. Most were specific to the old GitBook structure and were already resolved by the migration to this Astro repo. The LICENSE 404 was the only genuinely broken link still present here. Two reported HTTP 403s (help.openai.com,tiktok.com/@warp.dev) are bot-blocking false positives that resolve correctly in a browser.Conversation: https://app.warp.dev/conversation/d28b8390-f27c-4a8b-8ca9-eae8d9112688
Run: https://oz.warp.dev/runs/019f129b-6deb-7b8f-a9f5-3c175583f3e1
This PR was generated with Oz.