From 847c0069021ade355b7678a305f3ac4e4d6f7e79 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Thu, 28 Jun 2018 18:25:54 +0900 Subject: [PATCH] fixed Google Test (Primer) Documentation link (#628) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 749039a0..80e69f6e 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ the right to change and break the API at any time. ## Prerequisite knowledge Before attempting to understand this framework one should ideally have some familiarity with the structure and format of the Google Test framework, upon which it is based. Documentation for Google Test, including a "Getting Started" (primer) guide, is available here: -https://github.com/google/googletest/blob/master/googletest/docs/Documentation.md +https://github.com/google/googletest/blob/master/googletest/docs/primer.md ## Example usage