aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/README.md
diff options
context:
space:
mode:
authorBilly SU <g4691821@gmail.com>2019-01-31 08:23:15 +0800
committerGitHub <noreply@github.com>2019-01-31 08:23:15 +0800
commit1c23efb4245015a5e05732ff455cac2222e435a7 (patch)
treef1ab791339fcd1de79343d701fa3285a4530ac48 /googletest/README.md
parente04254989d262ad453ebd4f5cf07474014d81d52 (diff)
downloadgoogletest-1c23efb4245015a5e05732ff455cac2222e435a7.tar.gz
googletest-1c23efb4245015a5e05732ff455cac2222e435a7.tar.bz2
googletest-1c23efb4245015a5e05732ff455cac2222e435a7.zip
Fix README.md broken link
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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 747e7cfd..23f67c3d 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