aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/README.md
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-06-11 13:12:14 -0400
committerGennadiy Civil <misterg@google.com>2018-06-11 13:12:14 -0400
commit95a96e1c1dee0c5a0635f8a46eb844b7c3192c51 (patch)
tree896c47132bec58f4d8fc5c4e184462ff537e12f4 /googletest/README.md
parent0b958a03e9f757c5f744f09fac2f82b6d896561b (diff)
downloadgoogletest-95a96e1c1dee0c5a0635f8a46eb844b7c3192c51.tar.gz
googletest-95a96e1c1dee0c5a0635f8a46eb844b7c3192c51.tar.bz2
googletest-95a96e1c1dee0c5a0635f8a46eb844b7c3192c51.zip
Sync with internal docs
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 225aba24..b6c29a68 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](CMakeLists.txt)) that can be used on a wide range of platforms ("C" stands for
+[CMakeLists.txt](https://github.com/google/googletest/blob/master/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/>.