aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/CookBook.md
diff options
context:
space:
mode:
authorClaus Stovgaard <claus.stovgaard@gmail.com>2017-04-05 10:18:07 +0200
committerClaus Stovgaard <claus.stovgaard@gmail.com>2017-04-05 10:18:07 +0200
commita6418a4dd19ea0e8aa5f7706b8bff12a2e453821 (patch)
treeefbd2e15c426ebbdee2b1eed79dcbfcc61cd606c /googlemock/docs/CookBook.md
parent68f19facc26aba2e1d3e73978b7daf9b0bfa3970 (diff)
parentaa148eb2b7f70ede0eb10de34b6254826bfb34f4 (diff)
downloadgoogletest-a6418a4dd19ea0e8aa5f7706b8bff12a2e453821.tar.gz
googletest-a6418a4dd19ea0e8aa5f7706b8bff12a2e453821.tar.bz2
googletest-a6418a4dd19ea0e8aa5f7706b8bff12a2e453821.zip
Merge remote-tracking branch 'github_google/master' into master-github_frosteyes
Diffstat (limited to 'googlemock/docs/CookBook.md')
-rw-r--r--googlemock/docs/CookBook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/CookBook.md b/googlemock/docs/CookBook.md
index c52f1009..0460d357 100644
--- a/googlemock/docs/CookBook.md
+++ b/googlemock/docs/CookBook.md
@@ -218,7 +218,7 @@ per-function syntactic overhead will be much lower.
If you are concerned about the performance overhead incurred by
virtual functions, and profiling confirms your concern, you can
-combine this with the recipe for [mocking non-virtual methods](#Mocking_Nonvirtual_Methods.md).
+combine this with the recipe for [mocking non-virtual methods](#mocking-nonvirtual-methods).
## The Nice, the Strict, and the Naggy ##