summaryrefslogtreecommitdiffstats
path: root/googlemock/README.md
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-03-10 01:08:31 (GMT)
committerDino Radaković <dinor@google.com>2021-03-10 16:49:32 (GMT)
commit861d535e2595894c7a214f05c1578d964a617643 (patch)
tree1a6a44da6a527cfd2f3dcb7a383e65f9e3ce1d77 /googlemock/README.md
parent763eaa430540926fa16060654427149802c97fba (diff)
downloadgoogletest-861d535e2595894c7a214f05c1578d964a617643.zip
googletest-861d535e2595894c7a214f05c1578d964a617643.tar.gz
googletest-861d535e2595894c7a214f05c1578d964a617643.tar.bz2
Googletest export
Update READMEs and issue template PiperOrigin-RevId: 361931644
Diffstat (limited to 'googlemock/README.md')
-rw-r--r--googlemock/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index beeb7ea..ead6883 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -30,10 +30,10 @@ gMock:
Details and examples can be found here:
-* [gMock for Dummies](../docs/gmock_for_dummies.md)
-* [Legacy gMock FAQ](../docs/gmock_faq.md)
-* [gMock Cookbook](../docs/gmock_cook_book.md)
-* [gMock Cheat Sheet](../docs/gmock_cheat_sheet.md)
+* [gMock for Dummies](https://google.github.io/googletest/gmock_for_dummies.html)
+* [Legacy gMock FAQ](https://google.github.io/googletest/gmock_faq.html)
+* [gMock Cookbook](https://google.github.io/googletest/gmock_cook_book.html)
+* [gMock Cheat Sheet](https://google.github.io/googletest/gmock_cheat_sheet.html)
Please note that code under scripts/generator/ is from the
[cppclean project](http://code.google.com/p/cppclean/) and under the Apache