diff options
author | Sam Roth <s-roth@onu.edu> | 2017-01-23 13:49:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-23 13:49:32 -0500 |
commit | 3134af23d713a1f85cb122b30353ebdefa2bdccc (patch) | |
tree | 9f161324a4ea595247300ac5ad4bfa7fc2bcc4ae /googlemock/docs/CookBook.md | |
parent | 32b4a9b39079ca4bf4ff539246302652d86e777f (diff) | |
parent | 5e7fd50e17b6edf1cadff973d0ec68966cf3265e (diff) | |
download | googletest-3134af23d713a1f85cb122b30353ebdefa2bdccc.tar.gz googletest-3134af23d713a1f85cb122b30353ebdefa2bdccc.tar.bz2 googletest-3134af23d713a1f85cb122b30353ebdefa2bdccc.zip |
Merge pull request #1 from google/master
Syncing my branch
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 ## |