diff options
author | Arkady Shapkin <arkady.shapkin@gmail.com> | 2018-09-04 23:07:18 +0300 |
---|---|---|
committer | Arkady Shapkin <arkady.shapkin@gmail.com> | 2018-09-04 23:07:18 +0300 |
commit | e6c407d605c9887dcffc395f93aa33f8685ff035 (patch) | |
tree | 95933e9bf5e6919bdcf806bf920d47467e895d45 /googlemock/docs/Documentation.md | |
parent | a2b149b2398b4954e40df947c54297f266a8a194 (diff) | |
download | googletest-e6c407d605c9887dcffc395f93aa33f8685ff035.tar.gz googletest-e6c407d605c9887dcffc395f93aa33f8685ff035.tar.bz2 googletest-e6c407d605c9887dcffc395f93aa33f8685ff035.zip |
Fix doc links
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 16083e70..a42bd113 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: - * [CONTRIBUTING](../CONTRIBUTING.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. |