diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-09-05 14:08:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 14:08:31 -0400 |
commit | 0614a539f011adfeca365f8c3f6447671bba0e04 (patch) | |
tree | 95933e9bf5e6919bdcf806bf920d47467e895d45 /googlemock/docs/Documentation.md | |
parent | a2b149b2398b4954e40df947c54297f266a8a194 (diff) | |
parent | e6c407d605c9887dcffc395f93aa33f8685ff035 (diff) | |
download | googletest-0614a539f011adfeca365f8c3f6447671bba0e04.tar.gz googletest-0614a539f011adfeca365f8c3f6447671bba0e04.tar.bz2 googletest-0614a539f011adfeca365f8c3f6447671bba0e04.zip |
Merge pull request #1809 from KindDragon/fix-doc-links
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. |