Fix broken LICENSE links (master -> main)#325
Draft
hongyi-chen wants to merge 1 commit into
Draft
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 LICENSE links across the docs. The
warpdotdev/warprepository serves itsLICENSEfile from themainbranch — themasterbranch path returns HTTP 404. This updates every LICENSE link to point atmainso it resolves correctly.What changed
https://github.com/warpdotdev/warp/blob/master/LICENSE→.../blob/main/LICENSEin 10 files.Verification
curlof.../blob/master/LICENSE→ 404;.../blob/main/LICENSE→ 200.Intentionally left unchanged
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdlinks still usemaster: those files currently exist only onmaster(200) and 404 onmain.Context
This originated from a broken-link audit of the (now archived, read-only)
warpdotdev/gitbookrepo, where the samemasterLICENSE 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.