diff options
author | Billy SU <g4691821@gmail.com> | 2019-01-31 00:23:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-31 00:23:15 (GMT) |
commit | 1c23efb4245015a5e05732ff455cac2222e435a7 (patch) | |
tree | f1ab791339fcd1de79343d701fa3285a4530ac48 /googletest/README.md | |
parent | e04254989d262ad453ebd4f5cf07474014d81d52 (diff) | |
download | googletest-1c23efb4245015a5e05732ff455cac2222e435a7.zip googletest-1c23efb4245015a5e05732ff455cac2222e435a7.tar.gz googletest-1c23efb4245015a5e05732ff455cac2222e435a7.tar.bz2 |
Fix README.md broken linkrefs/pull/2092/head
Fix the **include/gtest/internal/gtest-port.h** link in the `Tweaking Google Test` title
Diffstat (limited to 'googletest/README.md')
-rw-r--r-- | googletest/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md index 747e7cf..23f67c3 100644 --- a/googletest/README.md +++ b/googletest/README.md @@ -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 |