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");