diff options
author | Gennadiy Civil <misterg@google.com> | 2019-06-19 20:20:19 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-06-19 20:20:19 (GMT) |
commit | ba68290cb3086abfdffa9d0f829d2331ff3b7749 (patch) | |
tree | 6a19ddf7a16d450aca72d9eb0d2990fe030a80ff /googlemock | |
parent | 2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c (diff) | |
download | googletest-ba68290cb3086abfdffa9d0f829d2331ff3b7749.zip googletest-ba68290cb3086abfdffa9d0f829d2331ff3b7749.tar.gz googletest-ba68290cb3086abfdffa9d0f829d2331ff3b7749.tar.bz2 |
small docs restucture and cleanup
Diffstat (limited to 'googlemock')
-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 a42bd11..f621259 100644 --- a/googlemock/docs/Documentation.md +++ b/googlemock/docs/Documentation.md @@ -12,4 +12,4 @@ the respective git branch/tag).** To contribute code to Google Mock, read: * [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. + * [Pump Manual](../../googletest/docs/pump_manual.md) -- how we generate some of the source files. |