aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/docs/PumpManual.md
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/docs/PumpManual.md')
-rw-r--r--googletest/docs/PumpManual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/PumpManual.md b/googletest/docs/PumpManual.md
index 8184f153..109c7f2c 100644
--- a/googletest/docs/PumpManual.md
+++ b/googletest/docs/PumpManual.md
@@ -169,7 +169,7 @@ improving Pump.
## Real Examples ##
-You can find real-world applications of Pump in [Google Test](http://www.google.com/codesearch?q=file%3A\.pump%24+package%3Ahttp%3A%2F%2Fgoogletest\.googlecode\.com) and [Google Mock](http://www.google.com/codesearch?q=file%3A\.pump%24+package%3Ahttp%3A%2F%2Fgooglemock\.googlecode\.com). The source file `foo.h.pump` generates `foo.h`.
+You can find real-world applications of Pump in [Google Test](https://github.com/google/googletest/tree/master/googletest) and [Google Mock](https://github.com/google/googletest/tree/master/googlemock). The source file `foo.h.pump` generates `foo.h`.
## Tips ##