aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2022-08-01 11:47:51 -0700
committerCopybara-Service <copybara-worker@google.com>2022-08-01 11:47:51 -0700
commit6045bf2ade7d997373355ba147eb6dc74425deb5 (patch)
tree28431ed6357dc8fb2dfa51d51b37fee1ae172aca /CONTRIBUTING.md
parentfa3f444be1700c066d1cddba1bcb8789730bfbae (diff)
parentdd72ed19fe52f2dbca3b354d9a49eb4124693b99 (diff)
downloadgoogletest-6045bf2ade7d997373355ba147eb6dc74425deb5.zip
googletest-6045bf2ade7d997373355ba147eb6dc74425deb5.tar.gz
googletest-6045bf2ade7d997373355ba147eb6dc74425deb5.tar.bz2
Merge pull request #3918 from assafpr:master2main
PiperOrigin-RevId: 464586117 Change-Id: Icda62f13b962f7408bb5698ae2b627391257d152
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b3f5043..de14c81 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -80,8 +80,8 @@ 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)
-to check your formatting.
+[.clang-format](https://github.com/google/googletest/blob/main/.clang-format) to
+check your formatting.
## Requirements for Contributors