diff options
author | Conor Burgess <Burgess.Conor@gmail.com> | 2018-01-12 16:00:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-12 16:00:39 +0000 |
commit | 27bb844e5c31a0a67b7b4864ffb2b80ae2803882 (patch) | |
tree | e8cca8f555358fa2ed590a226c8a15a0354dbd80 /googlemock/docs/Documentation.md | |
parent | 8f90d46c8cdd743759821a1c987a70e826d58cef (diff) | |
parent | ed8d02cfc689f26b65e6deb585561c59615b05de (diff) | |
download | googletest-27bb844e5c31a0a67b7b4864ffb2b80ae2803882.tar.gz googletest-27bb844e5c31a0a67b7b4864ffb2b80ae2803882.tar.bz2 googletest-27bb844e5c31a0a67b7b4864ffb2b80ae2803882.zip |
Merge branch 'master' into fix-argc
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. |