aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-08-06 20:20:50 +0200
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-08-06 20:20:50 +0200
commitd0cb77dcce6ce56a99ba8d0cdfbea96f5fd81aeb (patch)
tree5ecb0a24acb2ba8d39970318ac09a0eed915d0bf
parentb4961ab1cbda56295823594e4214b0c188052fef (diff)
downloadgoogletest-d0cb77dcce6ce56a99ba8d0cdfbea96f5fd81aeb.tar.gz
googletest-d0cb77dcce6ce56a99ba8d0cdfbea96f5fd81aeb.tar.bz2
googletest-d0cb77dcce6ce56a99ba8d0cdfbea96f5fd81aeb.zip
fix broken links
-rw-r--r--CONTRIBUTING.md2
-rwxr-xr-xgooglemock/scripts/fuse_gmock_files.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e8f77c98..7e8b4799 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
diff --git a/googlemock/scripts/fuse_gmock_files.py b/googlemock/scripts/fuse_gmock_files.py
index 9b6956f2..c33c7253 100755
--- a/googlemock/scripts/fuse_gmock_files.py
+++ b/googlemock/scripts/fuse_gmock_files.py
@@ -55,7 +55,7 @@ EXAMPLES
This tool is experimental. In particular, it assumes that there is no
conditional inclusion of Google Mock or Google Test headers. Please
report any problems to googlemock@googlegroups.com. You can read
-https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md for more
+https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md for more
information.
"""