From b8db4966a9ec8443cb2c985505077ecd8addf0fc Mon Sep 17 00:00:00 2001 From: Sebastian Kinne Date: Tue, 23 Dec 2014 07:49:14 +0100 Subject: [PATCH] Updating Source URL --- build_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_guide.md b/build_guide.md index b9bbdb0..d408b98 100644 --- a/build_guide.md +++ b/build_guide.md @@ -24,7 +24,7 @@ The instructions below detail the process of generating firmware images for the ### Download and extract source ``` -wget http://wiki.wifipineapple.com/uploads/source.tar.gz +wget http://wifipineapple.com/mk5/source.tar.gz tar -zxvf source.tar.gz cd ./MK5 ```