From 5ed950c9e39cff044e84ca27d1b6919fa8dd7148 Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Wed, 19 Jun 2019 16:48:38 -0400 Subject: Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process --- googlemock/docs/CheatSheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'googlemock/docs/CheatSheet.md') diff --git a/googlemock/docs/CheatSheet.md b/googlemock/docs/CheatSheet.md index bc2af11f..d09d910c 100644 --- a/googlemock/docs/CheatSheet.md +++ b/googlemock/docs/CheatSheet.md @@ -338,7 +338,7 @@ You can make a matcher from one or more other matchers: | Matcher | Description | |:--------|:------------| |`MatcherCast(m)`|casts matcher `m` to type `Matcher`.| -|`SafeMatcherCast(m)`| [safely casts](CookBook.md#casting-matchers) matcher `m` to type `Matcher`.| +|`SafeMatcherCast(m)`| [safely casts](cook_book.md#casting-matchers) matcher `m` to type `Matcher`.| |`Truly(predicate)`|`predicate(argument)` returns something considered by C++ to be true, where `predicate` is a function or functor.| ## Matchers as Predicates ## @@ -579,7 +579,7 @@ class MockFunction { MOCK_METHODn(Call, R(A1, ..., An)); }; ``` -See this [recipe](CookBook.md#using-check-points) for one application of it. +See this [recipe](cook_book.md#using-check-points) for one application of it. # Flags # -- cgit v1.2.3