Fix broken GitHub LICENSE links (master -> main)#243
Conversation
The warpdotdev/warp repo's default branch is 'main', not 'master'. The LICENSE link pointing to the 'master' branch returned HTTP 404 across 10 documentation pages. Updated all occurrences to 'main'. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR updates GitHub links for Warp's AGPL license from master to main across docs pages.
Concerns
src/content/docs/support-and-community/community/contributing.mdxstill contains a changed GitHub link that points toblob/master/CONTRIBUTING.md, so this page would retain a broken default-branch link after the PR.
Verdict
Found: 0 critical, 1 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
| --- | ||
|
|
||
| Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), and there's room for every kind of contribution — from a one-line bug report to a full feature PR, a new theme, or a workflow that ships to every Warp user. For the full code contribution flow, see [`CONTRIBUTING.md`](https://github.com/warpdotdev/warp/blob/master/CONTRIBUTING.md). | ||
| Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/main/LICENSE-AGPL) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), and there's room for every kind of contribution — from a one-line bug report to a full feature PR, a new theme, or a workflow that ships to every Warp user. For the full code contribution flow, see [`CONTRIBUTING.md`](https://github.com/warpdotdev/warp/blob/master/CONTRIBUTING.md). |
There was a problem hiding this comment.
CONTRIBUTING.md at blob/master, so the page still contains a broken GitHub link after this PR; switch that URL to blob/main too.
| Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/main/LICENSE-AGPL) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), and there's room for every kind of contribution — from a one-line bug report to a full feature PR, a new theme, or a workflow that ships to every Warp user. For the full code contribution flow, see [`CONTRIBUTING.md`](https://github.com/warpdotdev/warp/blob/master/CONTRIBUTING.md). | |
| Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/main/LICENSE-AGPL) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), and there's room for every kind of contribution — from a one-line bug report to a full feature PR, a new theme, or a workflow that ships to every Warp user. For the full code contribution flow, see [`CONTRIBUTING.md`](https://github.com/warpdotdev/warp/blob/main/CONTRIBUTING.md). |
Summary
Fixes broken GitHub LICENSE links found by the broken-link checker. The
warpdotdev/warprepo's default branch ismain, notmaster, so links tohttps://github.com/warpdotdev/warp/blob/master/LICENSEreturned HTTP 404.Updated all 10 occurrences to use the
mainbranch.Verification
https://github.com/warpdotdev/warp/blob/master/LICENSE→ HTTP 404https://github.com/warpdotdev/warp/blob/main/LICENSE→ HTTP 200Files 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/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.mdxNotes
Other checker hits were false positives: docs.warp.dev links returned HTTP 429 (rate limiting from running many requests), and
help.openai.com(403) /tiktok.com/@warp.dev(403) are bot-blocking — the TikTok link returns 200 with a browser user-agent.Conversation: https://app.warp.dev/conversation/f4e02269-22d2-4e0b-b0d9-c9683702d4e6
Run: https://oz.warp.dev/runs/019eeb20-018c-7ac8-8afe-b4e70c5980b8
This PR was generated with Oz.