mirror of
https://github.com/google/googletest.git
synced 2025-04-14 08:50:35 +00:00
Cookbok: fix broken relative link
This commit is contained in:
parent
48ee8e98ab
commit
8ce0b5907c
1 changed files with 1 additions and 1 deletions
|
@ -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 ##
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue