Commit 847c0069 by Yoshinari Takaoka Committed by Dominic Hamon

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

parent b123abdc
...@@ -90,7 +90,7 @@ the right to change and break the API at any time. ...@@ -90,7 +90,7 @@ the right to change and break the API at any time.
## Prerequisite knowledge ## 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: 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 ## Example usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment