diff options
author | Carlos O'Ryan <coryan@google.com> | 2017-12-12 00:33:27 (GMT) |
---|---|---|
committer | Carlos O'Ryan <coryan@google.com> | 2017-12-12 00:33:27 (GMT) |
commit | 23a014ab578682ae11c3e68c77a1cde3b77f7a90 (patch) | |
tree | 4be276a49a00388a46ecbff0f52161af509aceb8 /googlemock/docs/Documentation.md | |
parent | c82cd5e41e3755fc9ed65912ca3acaae69921dbb (diff) | |
download | googletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.zip googletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.tar.gz googletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.tar.bz2 |
Refactor docs about contributions to CONTRIBUTING.md.
Per the review comments.
Diffstat (limited to 'googlemock/docs/Documentation.md')
-rw-r--r-- | googlemock/docs/Documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/Documentation.md b/googlemock/docs/Documentation.md index a031187..16083e7 100644 --- a/googlemock/docs/Documentation.md +++ b/googlemock/docs/Documentation.md @@ -11,5 +11,5 @@ the respective git branch/tag).** To contribute code to Google Mock, read: - * [DevGuide](DevGuide.md) -- read this _before_ writing your first patch. + * [CONTRIBUTING](../CONTRIBUTING.md) -- read this _before_ writing your first patch. * [Pump Manual](../../googletest/docs/PumpManual.md) -- how we generate some of Google Mock's source files. |