docs fix 5

This commit is contained in:
arsaratovtsev 2021-02-12 16:35:19 +03:00
parent a35861a395
commit cf9fb57d45

View File

@ -28,7 +28,7 @@ TEST(name1, name2)
ASSERT_....;
}
```
More information abut the code for the tests can be found [here](http://github.com/google/googletest/blob/master/docs/primer.md)
More information abut the code for the tests can be found in the GoogleTest Documentation: https://github.com/google/googletest/blob/master/docs/primer.md
### Run