Fix README.md broken link

Fix the **include/gtest/internal/gtest-port.h** link in the `Tweaking Google Test` title
This commit is contained in:
Billy SU 2019-01-31 08:23:15 +08:00 committed by GitHub
parent e04254989d
commit 1c23efb424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,7 +252,7 @@ command line. Generally, these macros are named like `GTEST_XYZ` and you define
them to either 1 or 0 to enable or disable a certain feature.
We list the most frequently used macros below. For a complete list, see file
[include/gtest/internal/gtest-port.h](https://github.com/google/googletest/blob/master/include/gtest/internal/gtest-port.h).
[include/gtest/internal/gtest-port.h](https://github.com/google/googletest/blob/master/googletest/include/gtest/internal/gtest-port.h).
### Multi-threaded Tests