diff options
author | Tanzinul Islam <t_17_7@hotmail.com> | 2017-12-31 00:55:13 +0000 |
---|---|---|
committer | Tanzinul Islam <t_17_7@hotmail.com> | 2017-12-31 00:55:13 +0000 |
commit | 555e6e79485151cf8c8ada55d57d9ed872591dc5 (patch) | |
tree | 650349af9faea6b83683373c4ef25af0b021134e /googlemock/docs/Documentation.md | |
parent | 4ba3803f936a2f432e60841bc9358ea2f3a951eb (diff) | |
parent | 5490beb0602eab560fa3969a4410e11d94bf12af (diff) | |
download | googletest-555e6e79485151cf8c8ada55d57d9ed872591dc5.tar.gz googletest-555e6e79485151cf8c8ada55d57d9ed872591dc5.tar.bz2 googletest-555e6e79485151cf8c8ada55d57d9ed872591dc5.zip |
Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116
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 a0311871..16083e70 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. |