summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorassafpr <93249401+assafpr@users.noreply.github.com>2022-06-22 13:09:54 (GMT)
committerGitHub <noreply@github.com>2022-06-22 13:09:54 (GMT)
commitf2f099fb7034370927ff8b62ce7892c485a8565a (patch)
tree75f88d1076e504de6daa410c515922fc8627f314 /CONTRIBUTING.md
parent1b772a9bc4aad97764840000c52309de42d7ae48 (diff)
downloadgoogletest-f2f099fb7034370927ff8b62ce7892c485a8565a.zip
googletest-f2f099fb7034370927ff8b62ce7892c485a8565a.tar.gz
googletest-f2f099fb7034370927ff8b62ce7892c485a8565a.tar.bz2
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b3f5043..3aba7f6 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