Cookbok: fix broken relative link

This commit is contained in:
Marco Molteni 2016-09-13 20:53:41 +02:00 committed by GitHub
parent 5a78639dd2
commit b3f7f89f40

View File

@ -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 ##