fixed Google Test (Primer) Documentation link (#628)

This commit is contained in:
Yoshinari Takaoka 2018-06-28 18:25:54 +09:00 committed by Dominic Hamon
parent b123abdcf4
commit 847c006902

View File

@ -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