summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-07-02 11:59:24 -0700
committerRalph Giles <giles@thaumas.net>2020-07-03 09:04:29 -0700
commit1ca495d21fbc9209183c017860333efdbb47188b (patch)
tree3897965357e5c29c808397e1fe69bdce449ca53e
parent2d7d933302d8fe78c451f42a2ae2e6f0c2de346e (diff)
downloadlibvorbis-git-1ca495d21fbc9209183c017860333efdbb47188b.tar.gz
Update CMake links.
Use secure links to the default domain and current documentation. Signed-off-by: Mark Harris <mark.hsj@gmail.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5e7e5010..1d18df5b 100644
--- 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 .