From ddfd52b86352264acb5e76996f8191eb96d56228 Mon Sep 17 00:00:00 2001 From: Sean Leather Date: Thu, 1 Feb 2018 08:15:19 +0200 Subject: [PATCH] fix(doc/make/index.md): link typo --- doc/make/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make/index.md b/doc/make/index.md index f7562723d9..7aa0ef26e6 100644 --- a/doc/make/index.md +++ b/doc/make/index.md @@ -43,7 +43,7 @@ Useful CMake Configuration Settings Pass these along with the `cmake ../../src` command. * `-G Ninja` - CMake 2.8.11 supports the [Ninja][https://ninja-build.org/] build system. + CMake 2.8.11 supports the [Ninja](https://ninja-build.org/) build system. [Some people report][ninja_work] that using Ninja can reduce the build time, esp when a build is incremental. Call `ninja` instead of `make` to build the project.