diff options
author | nik7273 <nik8470@gmail.com> | 2019-03-08T15·27-0500 |
---|---|---|
committer | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2019-03-08T15·27-0500 |
commit | 38b704384cd2f17590b3922b97744be0b43622c9 (patch) | |
tree | f2fe52967f69eb3b836294eae2fa9c827faeb671 /CMake/README.md | |
parent | febc5ee6a92d0eb7dac1fceaa6c648cf6521b4dc (diff) |
Changed HTTP URLs to HTTPS where possible (#270)
Diffstat (limited to 'CMake/README.md')
-rw-r--r-- | CMake/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/README.md b/CMake/README.md index 66c3769296eb..02359d36a6ed 100644 --- a/CMake/README.md +++ b/CMake/README.md @@ -3,7 +3,7 @@ Abseil comes with a CMake build script ([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/>. +<https://www.cmake.org/>. CMake works by generating native makefiles or build projects that can be used in the compiler environment of your choice. |