From 89a2b0dac0cbe797111d8cccf7bba6b4d3214c56 Mon Sep 17 00:00:00 2001 From: Alexey Orlov Date: Fri, 22 Jan 2016 16:27:50 +0100 Subject: [PATCH] Fixed Linux Makefile error message --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23b5a58de2a1..ef21daefad9b 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ endif ifneq ("$(wildcard $(BUILD_TOP)/Config.make)","") include $(BUILD_TOP)/Config.make else - $(error Cannot find $(BUILD_TOP)/Config.make. Please see the README file for configuration instructions.) + $(error Cannot find $(BUILD_TOP)/Config.make. Please see CNTK Wiki at https://github.com/Microsoft/cntk/wiki for configuration instructions.) endif ifndef BUILDTYPE