diff options
author | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2016-09-21 16:22:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-21 16:22:52 -0400 |
commit | ecd530865cefdfa7dea58e84f6aa1b548950363d (patch) | |
tree | 2997f2be088b6f7125c9fd0836d5b55d242fa9f4 /googlemock/docs/CookBook.md | |
parent | 48ee8e98abc950abd8541e15550b18f8f6cfb3a9 (diff) | |
parent | 8ce0b5907cd9cd933698b456e7dadb674557e820 (diff) | |
download | googletest-ecd530865cefdfa7dea58e84f6aa1b548950363d.tar.gz googletest-ecd530865cefdfa7dea58e84f6aa1b548950363d.tar.bz2 googletest-ecd530865cefdfa7dea58e84f6aa1b548950363d.zip |
Merge pull request #876 from marco-m/patch-1
mock cookbook: fix broken relative link
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 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 ## |