From 5fff606069e3bfd337f67f1d55ef65dd2c7c0a7b Mon Sep 17 00:00:00 2001
From: paul Jewell <paul@teulu.org>
Date: Sat, 14 Jan 2017 15:07:40 +0100
Subject: [PATCH] Fixed typo in Makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1a0336f76..2b68e04dc 100644
--- a/Makefile
+++ b/Makefile
@@ -603,7 +603,7 @@ help:
 	@$(ECHO)
 	@$(ECHO) "   This Makefile is known to work on Linux and Mac in a standard shell environment."
 	@$(ECHO) "   It also works on Windows by following the instructions given on this wiki page:"
-	@$(ECHO) "       $(WIKI_ROOT_URL)Windows+Building+and+Packaging"
+	@$(ECHO) "       $(WIKI_URL_ROOT)Windows+Building+and+Packaging"
 	@$(ECHO)
 	@$(ECHO) "   Here is a summary of the available targets:"
 	@$(ECHO)