From 8acc314bf2fc9a70e2df86e1c686afd1160ff055 Mon Sep 17 00:00:00 2001 From: Paul Mabileau Date: Fri, 20 Nov 2020 17:44:07 +0100 Subject: [PATCH] Fix README link to CONTRIBUTING guidelines The `main` branch does not exist, `master` is the correct one. Signed-off-by: Paul Mabileau --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6383e796ff..9b8fe302d8 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,4 @@ instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP. ## Contributing See our -[guidelines for contribution](https://github.com/quicwg/base-drafts/blob/main/CONTRIBUTING.md). +[guidelines for contribution](https://github.com/quicwg/base-drafts/blob/master/CONTRIBUTING.md).