Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process

This commit is contained in:
Gennadiy Civil
2019-06-19 16:48:38 -04:00
parent ac31db8fac
commit 5ed950c9e3
15 changed files with 32 additions and 32 deletions

View File

@@ -292,7 +292,7 @@ void ReportUninterestingCall(CallReaction reaction, const std::string& msg) {
"an EXPECT_CALL() if you don't mean to enforce the call. "
"See "
"https://github.com/google/googletest/blob/master/googlemock/"
"docs/CookBook.md#"
"docs/cook_book.md#"
"knowing-when-to-expect for details.\n",
stack_frames_to_skip);
break;