aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-07-29 10:42:41 -0400
committerGennadiy Civil <misterg@google.com>2019-07-29 10:42:41 -0400
commitc4b68b91f87436b5fc57f7ce2aaebd5b40de9575 (patch)
treec0cc4891154954cb030e172bb4e4dd8ace3902c2 /CONTRIBUTING.md
parent2134e3fd857d952e03ce76064fad5ac6e9036104 (diff)
downloadgoogletest-c4b68b91f87436b5fc57f7ce2aaebd5b40de9575.tar.gz
googletest-c4b68b91f87436b5fc57f7ce2aaebd5b40de9575.tar.bz2
googletest-c4b68b91f87436b5fc57f7ce2aaebd5b40de9575.zip
Manual docs tweaks still in preparation for including docs with code pushes
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1f0d69ce..3c8ad310 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -131,7 +131,7 @@ gtest-type-util.h in the same directory.
You don't need to worry about regenerating the source files unless you need to
modify them. You would then modify the corresponding `.pump` files and run the
'[pump.py](googletest/scripts/pump.py)' generator script. See the
-[Pump Manual](googletest/g3doc/PumpManual.md).
+[Pump Manual](googletest/docs/PumpManual.md).
## Developing Google Mock