From e1d2c0c134ea0763cef1b6d6f38296c7e6e90f7e Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Wed, 31 May 2017 07:27:54 +0200 Subject: [PATCH] make: fix link to quickstart guide --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcf2fb6a16..73041a0bee 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ welcome: @echo "You should run 'make' in your application's directory instead." @echo "" @echo "Please see our Quick Start Guide at:" - @echo " https://github.com/RIOT-OS/RIOT/wiki/Quick-Start-Guide" + @echo " https://doc.riot-os.org/getting-started.html" @echo "Or ask questions on our mailing list:" @echo " users@riot-os.org (http://lists.riot-os.org/mailman/listinfo/users)"