From c0b5ed6b3f649a8f69861657e7aaa5c1bf3649fb Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Sat, 19 Jan 2013 02:21:12 +0000 Subject: [PATCH] New demos repository. --- Jakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jakefile b/Jakefile index 09f91bd23..26e34d049 100644 --- a/Jakefile +++ b/Jakefile @@ -263,7 +263,7 @@ task ("demos", function() rm_rf(demosDir); FILE.mkdirs(demosDir); - OS.system("curl -L http://github.com/280north/cappuccino-demos/zipball/master > " + zipQuoted); + OS.system("curl -L http://github.com/cappuccino/cappuccino-demos/zipball/master > " + zipQuoted); OS.system("(cd " + demosQuoted + " && unzip " + zipQuoted + " -d demos)"); require("objective-j");