From 1587f051e904505dfa0c9e5eacf9380a80b722bd Mon Sep 17 00:00:00 2001 From: Jason Yip Date: Tue, 2 Jun 2015 11:28:36 -0400 Subject: [PATCH] Update README.md Fix broken link to CMake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fe0923a8e..33127641d2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Advanced cross-platform rhythm game for home and arcade use. ##Installing from Source## -StepMania can be compiled using [CMake](http://http://www.cmake.org/). More information about using CMake can be found in both the `Build` directory and CMake's documentation. +StepMania can be compiled using [CMake](http://www.cmake.org/). More information about using CMake can be found in both the `Build` directory and CMake's documentation. ##Build Status## @@ -26,4 +26,4 @@ We use Travis as our continuous integration server. The status can be found belo * All of the our source code is under the [MIT license](http://opensource.org/licenses/MIT). * Any songs that are included within this repository are under the [CC-NC license](https://creativecommons.org/). -* The [MAD library](http://www.underbit.com/products/mad/) and [FFmpeg codecs](https://www.ffmpeg.org/) when built with our code use the [GPL license](http://www.gnu.org). \ No newline at end of file +* The [MAD library](http://www.underbit.com/products/mad/) and [FFmpeg codecs](https://www.ffmpeg.org/) when built with our code use the [GPL license](http://www.gnu.org).