summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorassafpr <93249401+assafpr@users.noreply.github.com>2022-06-22 16:09:54 +0300
committerGitHub <noreply@github.com>2022-06-22 16:09:54 +0300
commitf2f099fb7034370927ff8b62ce7892c485a8565a (patch)
tree75f88d1076e504de6daa410c515922fc8627f314
parent1b772a9bc4aad97764840000c52309de42d7ae48 (diff)
downloadgoogletest-git-f2f099fb7034370927ff8b62ce7892c485a8565a.tar.gz
Update CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b3f50436..3aba7f6c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -80,7 +80,7 @@ fairly rigid coding style, as defined by the
[google-styleguide](https://github.com/google/styleguide) project. All patches
will be expected to conform to the style outlined
[here](https://google.github.io/styleguide/cppguide.html). Use
-[.clang-format](https://github.com/google/googletest/blob/master/.clang-format)
+[.clang-format](https://github.com/google/googletest/blob/main/.clang-format)
to check your formatting.
## Requirements for Contributors