Skip to content

Fix broken LICENSE links (master -> main)#325

Draft
hongyi-chen wants to merge 1 commit into
mainfrom
fix/broken-license-link-main
Draft

Fix broken LICENSE links (master -> main)#325
hongyi-chen wants to merge 1 commit into
mainfrom
fix/broken-license-link-main

Conversation

@hongyi-chen

Copy link
Copy Markdown
Collaborator

Summary

Fixes broken LICENSE links across the docs. The warpdotdev/warp repository serves its LICENSE file from the main branch — the master branch path returns HTTP 404. This updates every LICENSE link to point at main so it resolves correctly.

What changed

  • Updated https://github.com/warpdotdev/warp/blob/master/LICENSE.../blob/main/LICENSE in 10 files.

Verification

  • curl of .../blob/master/LICENSE → 404; .../blob/main/LICENSE → 200.

Intentionally left unchanged

  • CONTRIBUTING.md and CODE_OF_CONDUCT.md links still use master: those files currently exist only on master (200) and 404 on main.

Context

This originated from a broken-link audit of the (now archived, read-only) warpdotdev/gitbook repo, where the same master LICENSE links were flagged. The archived repo can't accept PRs, so the confirmed, transferable fix is delivered here to the live docs. GitBook-specific cross-space link fixes from that audit do not apply to this Starlight repo.

Conversation: https://app.warp.dev/conversation/9b5426f3-95d2-4202-85a8-9493d2aac7d1

Run: https://oz.warp.dev/runs/019f4cf8-d8c2-7a17-bd22-e55c057e0b0d

This PR was generated with Oz.

The `warpdotdev/warp` repository serves its LICENSE file from the `main`
branch; the `master` branch path returns HTTP 404. Update all LICENSE
links across the docs to point at `main` so they resolve correctly.

Note: CONTRIBUTING.md and CODE_OF_CONDUCT.md links still use `master`
intentionally — those files currently exist only on `master` (200) and
404 on `main`, so they are left unchanged.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Jul 10, 2026
@vercel

vercel Bot commented Jul 10, 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 Jul 10, 2026 5:19pm

Request Review

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.

2 participants