From 07f7c83349a5af80dcbb80ac6f2a8a12dbfdb97b Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Mon, 15 May 2023 17:02:15 +0200 Subject: Change branch references to HEAD where possible or main otherwise This updates CI, documentation, and similar to work with a `main` branch. It also renames references to *other* repositories to work, as well, which additionally makes it easier to search for remaining references. --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'triagebot.toml') diff --git a/triagebot.toml b/triagebot.toml index 14256c48de..8b989c8db5 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -7,7 +7,7 @@ allow-unauthenticated = [ new_pr = true [assign] -contributing_url = "https://github.com/rust-lang/libc/blob/master/CONTRIBUTING.md" +contributing_url = "https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md" [assign.owners] "*" = ["@JohnTitor"] -- cgit v1.2.1