From b6c9d615dee9da76f18dcad4b8165ba97a2fe83d Mon Sep 17 00:00:00 2001 From: Konrad `ktoso` Malawski Date: Tue, 8 Sep 2020 12:10:30 +0900 Subject: [PATCH] =readme Fix link to point at main branch --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2b62cd..fa0b621 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,7 +67,7 @@ For this reason, whenever you add new tests **you have to run a script** that ge ### Run `./scripts/sanity.sh` -The scripts directory contains a [sanity.sh script](https://github.com/apple/swift-metrics/blob/master/scripts/sanity.sh) +The scripts directory contains a [sanity.sh script](https://github.com/apple/swift-metrics/blob/main/scripts/sanity.sh) that enforces additional checks, like license headers and formatting style. Please make sure to `./scripts/sanity.sh` before pushing a change upstream, otherwise it is likely the PR validation will fail