aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorMarco Molteni <marco.molteni@laposte.net>2016-09-13 20:53:41 +0200
committerGitHub <noreply@github.com>2016-09-13 20:53:41 +0200
commit8ce0b5907cd9cd933698b456e7dadb674557e820 (patch)
tree2997f2be088b6f7125c9fd0836d5b55d242fa9f4 /googlemock
parent48ee8e98abc950abd8541e15550b18f8f6cfb3a9 (diff)
downloadgoogletest-8ce0b5907cd9cd933698b456e7dadb674557e820.tar.gz
googletest-8ce0b5907cd9cd933698b456e7dadb674557e820.tar.bz2
googletest-8ce0b5907cd9cd933698b456e7dadb674557e820.zip
Cookbok: fix broken relative link
Diffstat (limited to 'googlemock')
-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 ##