diff options
author | Marco Molteni <marco.molteni@laposte.net> | 2016-09-13 18:53:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-13 18:53:41 (GMT) |
commit | 8ce0b5907cd9cd933698b456e7dadb674557e820 (patch) | |
tree | 2997f2be088b6f7125c9fd0836d5b55d242fa9f4 /googlemock/docs/CookBook.md | |
parent | 48ee8e98abc950abd8541e15550b18f8f6cfb3a9 (diff) | |
download | googletest-8ce0b5907cd9cd933698b456e7dadb674557e820.zip googletest-8ce0b5907cd9cd933698b456e7dadb674557e820.tar.gz googletest-8ce0b5907cd9cd933698b456e7dadb674557e820.tar.bz2 |
Cookbok: fix broken relative linkrefs/pull/876/head
Diffstat (limited to 'googlemock/docs/CookBook.md')
-rw-r--r-- | googlemock/docs/CookBook.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/CookBook.md b/googlemock/docs/CookBook.md index c52f100..0460d35 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 ## |