diff options
author | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-08-06 18:20:50 (GMT) |
---|---|---|
committer | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-08-06 18:20:50 (GMT) |
commit | d0cb77dcce6ce56a99ba8d0cdfbea96f5fd81aeb (patch) | |
tree | 5ecb0a24acb2ba8d39970318ac09a0eed915d0bf /CONTRIBUTING.md | |
parent | b4961ab1cbda56295823594e4214b0c188052fef (diff) | |
download | googletest-d0cb77dcce6ce56a99ba8d0cdfbea96f5fd81aeb.zip googletest-d0cb77dcce6ce56a99ba8d0cdfbea96f5fd81aeb.tar.gz googletest-d0cb77dcce6ce56a99ba8d0cdfbea96f5fd81aeb.tar.bz2 |
fix broken linksrefs/pull/2375/head
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8f77c9..7e8b479 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/docs/PumpManual.md). +[Pump Manual](googletest/docs/pump_manual.md). ## Developing Google Mock |