Skip to content

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

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

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

Conversation

@hongyi-chen

Copy link
Copy Markdown
Collaborator

Summary

Fixes broken external links found during a documentation broken-link audit.

The warpdotdev/warp LICENSE links pointed to the non-existent master branch and returned HTTP 404. The repository's default branch is main, so all occurrences were updated from blob/master/LICENSE to blob/main/LICENSE.

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/installation-and-setup.mdx
  • src/content/docs/getting-started/quickstart/customizing-warp.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

Verification

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

Notes

The audit was run against the archived warpdotdev/gitbook repo, 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.

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

vercel Bot commented Jun 29, 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 29, 2026 9:17am

Request Review

Copy link
Copy Markdown
Collaborator Author

Closing as a duplicate of #243, which covers the same master -> main LICENSE link fixes across the same 10 files. #243 is further along (already approved, reviewer requested, and includes the remaining contributing.mdx links). Consolidating there.

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