aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-03-10 17:22:08 -0500
committerAndy Soffer <asoffer@google.com>2021-03-16 09:51:03 -0400
commitd0dbf0f6c8ae790a8002b0ea8dc2dfb6addf0889 (patch)
tree8d60c7900aebdd1f59cb534745e599d4918869d0 /README.md
parent98ca4206792d74e1a7f560da0042119ba1bdcaa4 (diff)
downloadgoogletest-d0dbf0f6c8ae790a8002b0ea8dc2dfb6addf0889.zip
googletest-d0dbf0f6c8ae790a8002b0ea8dc2dfb6addf0889.tar.gz
googletest-d0dbf0f6c8ae790a8002b0ea8dc2dfb6addf0889.tar.bz2
Googletest export
Update CONTRIBUTING link in README PiperOrigin-RevId: 362141000
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6dd931d..8f6eea4 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,8 @@ that generates stub code for GoogleTest.
## Contributing Changes
-Please read [`CONTRIBUTING.md`](CONTRIBUTING.md) for details on how to
-contribute to this project.
+Please read
+[`CONTRIBUTING.md`](https://github.com/google/googletest/blob/master/CONTRIBUTING.md)
+for details on how to contribute to this project.
Happy testing!