From 6f9ebd82d19575587ecc0460d8c72f4dac59883e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=D0=98DY?= Date: Fri, 14 Aug 2026 13:09:30 -0700 Subject: [PATCH] docs: remedy 404 broken link to CONTRIBUTING.md Suggestion for updating CONTRIBUTING.md link target from main to master to resolve 404 error. --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 8d72350..cb2c5e4 100644 --- a/profile/README.md +++ b/profile/README.md @@ -47,7 +47,7 @@ We kindly ask that you please use our issue templates to make the issues easier Warp's client codebase is now open-source and lives in [`warpdotdev/warp`](https://github.com/warpdotdev/warp). -We welcome community contributions — see [CONTRIBUTING.md](https://github.com/warpdotdev/warp/blob/main/CONTRIBUTING.md) for the full flow, including how to build the repo locally and our `ready-to-spec` / `ready-to-implement` labels for picking up work. +We welcome community contributions — see [CONTRIBUTING.md](https://github.com/warpdotdev/warp/blob/master/CONTRIBUTING.md) for the full flow, including how to build the repo locally and our `ready-to-spec` / `ready-to-implement` labels for picking up work. For a live overview of issue triage, agent activity, and what's ready to pick up, check out [build.warp.dev](https://build.warp.dev) — the community dashboard for contributions to the open-source Warp repo.