From d8c0f90205b5a7bda9091942e0ca4c3bdc9a5097 Mon Sep 17 00:00:00 2001 From: Lucas Araujo Date: Mon, 23 Nov 2015 09:54:43 -0200 Subject: [PATCH] Change in Mono Project Link Format --- docs/supporting/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supporting/errors.md b/docs/supporting/errors.md index 81f05198..f4f6e567 100644 --- a/docs/supporting/errors.md +++ b/docs/supporting/errors.md @@ -20,7 +20,7 @@ If you intend to build ASP.NET 5 applications with VS Code, we recommend to firs that also supports debugging. If you just want to try debugging support of VS Code, you can either download the latest Mono version -for Linux or OS X at , or you can use your package manager: +for Linux or OS X at the [Mono Project Site](http://www.mono-project.com/download/), or you can use your package manager: * On OS X: `brew install mono` * On Linux: `sudo apt-get install mono-complete`