aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/README.md
diff options
context:
space:
mode:
authorAnurag Soni <anuragsoni.13@gmail.com>2015-10-19 11:46:46 -0400
committerAnurag Soni <anuragsoni.13@gmail.com>2015-10-19 11:46:46 -0400
commit788dee904d9723e59394be59594f6592e3a99275 (patch)
tree7ff7503e4a9f125a032df64177400fdb91e8ddf9 /googletest/README.md
parent7f4448f40b3f3f16a75787c016139511579367ed (diff)
downloadgoogletest-788dee904d9723e59394be59594f6592e3a99275.tar.gz
googletest-788dee904d9723e59394be59594f6592e3a99275.tar.bz2
googletest-788dee904d9723e59394be59594f6592e3a99275.zip
update googletest readme to fix broken links
Diffstat (limited to 'googletest/README.md')
-rw-r--r--googletest/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 9bd59c8e..e0ea1b0f 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -54,7 +54,7 @@ it.
### Using CMake ###
Google Test comes with a CMake build script (
-[CMakeLists.txt](master/CMakeLists.txt)) that can be used on a wide range of platforms ("C" stands for
+[CMakeLists.txt](CMakeLists.txt)) that can be used on a wide range of platforms ("C" stands for
cross-platform.). If you don't have CMake installed already, you can
download it for free from <http://www.cmake.org/>.
@@ -136,7 +136,7 @@ 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).
+see file [include/gtest/internal/gtest-port.h](include/gtest/internal/gtest-port.h).
### Choosing a TR1 Tuple Library ###