From a9078dd13ab7ae3d33e614fb73e9836341ebb650 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 8 Feb 2018 14:38:58 +0000 Subject: [PATCH] fix(doc): link to MSVC build instructions --- 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 7add68a687..8c80cac7b6 100644 --- a/doc/make/index.md +++ b/doc/make/index.md @@ -10,7 +10,7 @@ Platform-Specific Setup - [Linux (Ubuntu)](ubuntu-16.04.md) - [Windows (msys2)](msys2.md) -- [Windows (Visual Studio)](doc/make/msvc.md) +- [Windows (Visual Studio)](msvc.md) - [macOS](osx-10.9.md) Generic Build Instructions