aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorvslashg <gfalcon@google.com>2019-10-29 16:50:51 -0400
committervslashg <gfalcon@google.com>2019-10-29 16:50:52 -0400
commita8b1a66cfda3422ca54b2fef5e65a2ecc2345e57 (patch)
tree30e6204ef785773f42dbcc90f0ce0c43ee50aa68 /CONTRIBUTING.md
parent540835fa687e73c9d634c710e62a721c2be40786 (diff)
parent1a49b67aebe9e5178d5614ff1359bbbca04d2eed (diff)
downloadgoogletest-a8b1a66cfda3422ca54b2fef5e65a2ecc2345e57.tar.gz
googletest-a8b1a66cfda3422ca54b2fef5e65a2ecc2345e57.tar.bz2
googletest-a8b1a66cfda3422ca54b2fef5e65a2ecc2345e57.zip
Merge pull request #2388 from kuzkry:remove-gtest-type-util.pump
PiperOrigin-RevId: 276944601
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 30c8d890..4c184992 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -133,10 +133,10 @@ All tests should pass.
Some of Google Test's source files are generated from templates (not in the C++
sense) using a script. For example, the file
-include/gtest/internal/gtest-type-util.h.pump is used to generate
-gtest-type-util.h in the same directory.
+*googlemock/include/gmock/gmock-generated-actions.h.pump* is used to generate
+*gmock-generated-actions.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/docs/pump_manual.md).
+'[pump.py](googlemock/scripts/pump.py)' generator script. See the
+[Pump Manual](googlemock/docs/pump_manual.md).