Skip to content

Fix broken GitHub LICENSE links (master -> main)#243

Open
hongyi-chen wants to merge 2 commits into
mainfrom
fix/broken-license-links
Open

Fix broken GitHub LICENSE links (master -> main)#243
hongyi-chen wants to merge 2 commits into
mainfrom
fix/broken-license-links

Conversation

@hongyi-chen

Copy link
Copy Markdown
Collaborator

Summary

Fixes broken GitHub LICENSE links found by the broken-link checker. The warpdotdev/warp repo's default branch is main, not master, so links to https://github.com/warpdotdev/warp/blob/master/LICENSE returned HTTP 404.

Updated all 10 occurrences to use the main branch.

Verification

  • https://github.com/warpdotdev/warp/blob/master/LICENSE → HTTP 404
  • https://github.com/warpdotdev/warp/blob/main/LICENSE → HTTP 200

Files changed (10)

  • src/content/docs/index.mdx
  • src/content/docs/agent-platform/index.mdx
  • src/content/docs/agent-platform/local-agents/overview.mdx
  • src/content/docs/enterprise/index.mdx
  • src/content/docs/enterprise/security-and-compliance/security-overview.mdx
  • src/content/docs/getting-started/quickstart/customizing-warp.mdx
  • src/content/docs/getting-started/quickstart/installation-and-setup.mdx
  • src/content/docs/support-and-community/community/contributing.mdx
  • src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx
  • src/content/docs/support-and-community/privacy-and-security/privacy.mdx

Notes

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.

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>
@cla-bot cla-bot Bot added the cla-signed label Jun 21, 2026
@vercel

vercel Bot commented Jun 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jun 26, 2026 9:32pm

Request Review

@hongyi-chen hongyi-chen marked this pull request as ready for review June 26, 2026 21:30
@hongyi-chen hongyi-chen requested a review from rachaelrenk June 26, 2026 21:30
@oz-for-oss

oz-for-oss Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

@hongyi-chen

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 /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@oz-for-oss oz-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.mdx still contains a changed GitHub link that points to blob/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).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] This changed line still points CONTRIBUTING.md at blob/master, so the page still contains a broken GitHub link after this PR; switch that URL to blob/main too.

Suggested change
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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant