Update CMake links.
authorRalph Giles <giles@thaumas.net>
Thu, 2 Jul 2020 18:59:24 +0000 (11:59 -0700)
committerRalph Giles <giles@thaumas.net>
Fri, 3 Jul 2020 16:04:29 +0000 (09:04 -0700)
Use secure links to the default domain and current documentation.

Signed-off-by: Mark Harris <mark.hsj@gmail.com>
README.md

index 5e7e501..1d18df5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -107,8 +107,8 @@ after normal configuring:
 
 ## Building with CMake ##
 
-Ogg supports building using [CMake](http://www.cmake.org/). CMake is a meta build system that generates native projects for each platform.
-To generate projects just run cmake replacing `YOUR-PROJECT-GENERATOR` with a proper generator from a list [here](http://www.cmake.org/cmake/help/v3.2/manual/cmake-generators.7.html):
+Ogg supports building using [CMake](https://cmake.org/). CMake is a meta build system that generates native projects for each platform.
+To generate projects just run cmake replacing `YOUR-PROJECT-GENERATOR` with a proper generator from a list [here](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html):
 
     cmake -G YOUR-PROJECT-GENERATOR .