aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/CookBook.md
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-06-11 12:55:06 -0400
committerGitHub <noreply@github.com>2018-06-11 12:55:06 -0400
commit9077ec7efe5b652468ab051e93c67589d5cb8f85 (patch)
treec1420a17dc6c9f9b0900a47d2b9a566d318faded /googlemock/docs/CookBook.md
parentc091b0469ab4c04ee9411ef770f32360945f4c53 (diff)
parent0b958a03e9f757c5f744f09fac2f82b6d896561b (diff)
downloadgoogletest-9077ec7efe5b652468ab051e93c67589d5cb8f85.tar.gz
googletest-9077ec7efe5b652468ab051e93c67589d5cb8f85.tar.bz2
googletest-9077ec7efe5b652468ab051e93c67589d5cb8f85.zip
Merge pull request #1624 from gennadiycivil/master
Adjust documentation files and links.
Diffstat (limited to 'googlemock/docs/CookBook.md')
-rw-r--r--googlemock/docs/CookBook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/CookBook.md b/googlemock/docs/CookBook.md
index 3737d030..bd9f026b 100644
--- a/googlemock/docs/CookBook.md
+++ b/googlemock/docs/CookBook.md
@@ -3655,6 +3655,6 @@ This printer knows how to print built-in C++ types, native arrays, STL
containers, and any type that supports the `<<` operator. For other
types, it prints the raw bytes in the value and hopes that you the
user can figure it out.
-[Google Test's advanced guide](../../googletest/docs/AdvancedGuide.md#teaching-google-test-how-to-print-your-values)
+[Google Test's advanced guide](../../googletest/docs/advanced.md#teaching-google-test-how-to-print-your-values)
explains how to extend the printer to do a better job at
printing your particular type than to dump the bytes.