diff options
author | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-12-08 10:58:04 -0500 |
---|---|---|
committer | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-12-08 10:58:04 -0500 |
commit | 57b376a9cb8b7d0efd958bfaa3204bb33a03ac5e (patch) | |
tree | cb54c62a59b1c73b4694f019fd34ff1e1a384bd6 /googlemock/docs/Documentation.md | |
parent | 35fb11efbe1a2761ce923f49a9df1a430e5d16be (diff) | |
parent | a470862dbe806b4e55232d6aa637a4bd94b800f8 (diff) | |
download | googletest-57b376a9cb8b7d0efd958bfaa3204bb33a03ac5e.tar.gz googletest-57b376a9cb8b7d0efd958bfaa3204bb33a03ac5e.tar.bz2 googletest-57b376a9cb8b7d0efd958bfaa3204bb33a03ac5e.zip |
Merge pull request #660 from waynix/FixLinks
fixed link in googlemock documentation
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 920ed59d..444151ee 100644 --- a/googlemock/docs/Documentation.md +++ b/googlemock/docs/Documentation.md @@ -9,4 +9,4 @@ This page lists all documentation wiki pages for Google Mock **(the SVN trunk ve To contribute code to Google Mock, read: * [DevGuide](DevGuide.md) -- read this _before_ writing your first patch. - * [Pump Manual](http://code.google.com/p/googletest/wiki/PumpManual) -- how we generate some of Google Mock's source files.
\ No newline at end of file + * [Pump Manual](../googletest/docs/PumpManual.md) -- how we generate some of Google Mock's source files. |