aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/FrequentlyAskedQuestions.md
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-01 17:26:04 -0400
committerGennadiy Civil <misterg@google.com>2018-08-01 17:26:04 -0400
commitbbc0ac9b1ad90693a31e177b952cc37e30704911 (patch)
tree8cc883e8a3b69936c008de036adb69c3a92ee9d3 /googlemock/docs/FrequentlyAskedQuestions.md
parent5b9b39ff21db95ad68eeef105563aa71f3a23c32 (diff)
parente5e2ef7cd27cc089c1d8302a11970ef870554294 (diff)
downloadgoogletest-bbc0ac9b1ad90693a31e177b952cc37e30704911.tar.gz
googletest-bbc0ac9b1ad90693a31e177b952cc37e30704911.tar.bz2
googletest-bbc0ac9b1ad90693a31e177b952cc37e30704911.zip
Merge branch 'master' of https://github.com/google/googletest
Diffstat (limited to 'googlemock/docs/FrequentlyAskedQuestions.md')
-rw-r--r--googlemock/docs/FrequentlyAskedQuestions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/FrequentlyAskedQuestions.md b/googlemock/docs/FrequentlyAskedQuestions.md
index 23f7da03..9008c637 100644
--- a/googlemock/docs/FrequentlyAskedQuestions.md
+++ b/googlemock/docs/FrequentlyAskedQuestions.md
@@ -528,7 +528,7 @@ interface, which then can be easily mocked. It's a bit of work
initially, but usually pays for itself quickly.
This Google Testing Blog
-[post](http://googletesting.blogspot.com/2008/06/defeat-static-cling.html)
+[post](https://testing.googleblog.com/2008/06/defeat-static-cling.html)
says it excellently. Check it out.
## My mock object needs to do complex stuff. It's a lot of pain to specify the actions. Google Mock sucks! ##