Unverified Commit f31c82ef authored by Patryk Obara's avatar Patryk Obara Committed by GitHub
Browse files

Fix link to Google Test Primer

Markdown file was moved to a different directory. When googling for
"gtest primer", the result is 404 page.
parent d128fc82
...@@ -28,7 +28,7 @@ release them together. ...@@ -28,7 +28,7 @@ release them together.
### Getting Started ### Getting Started
The information for **GoogleTest** is available in the The information for **GoogleTest** is available in the
[GoogleTest Primer](googletest/docs/primer.md) documentation. [GoogleTest Primer](docs/primer.md) documentation.
**GoogleMock** is an extension to GoogleTest for writing and using C++ mock **GoogleMock** is an extension to GoogleTest for writing and using C++ mock
classes. See the separate [GoogleMock documentation](googlemock/README.md). classes. See the separate [GoogleMock documentation](googlemock/README.md).
......
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