From bb9690b9edfab9e1b9217eaff3780299abe2b7d9 Mon Sep 17 00:00:00 2001 From: Brian Moschel Date: Mon, 9 May 2011 16:13:47 -0400 Subject: [PATCH] https for github --- get/gets.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/get/gets.json b/get/gets.json index 71a991e8a..a7759006e 100644 --- a/get/gets.json +++ b/get/gets.json @@ -1,12 +1,12 @@ { - "mustache" : "http://github.com/tdreyno/mustache-javascriptmvc", - "steal" : "http://github.com/jupiterjs/steal", - "jquery" : "http://github.com/jupiterjs/jquerymx", - "funcunit" : "http://github.com/jupiterjs/funcunit", - "mxui" : "http://github.com/jupiterjs/mxui", - "documentjs" : "http://github.com/jupiterjs/documentjs", - "ss/state_machine" : "http://github.com/secondstory/secondstoryjs-statemachine", - "ss/router" : "http://github.com/secondstory/secondstoryjs-router", + "mustache" : "https://github.com/tdreyno/mustache-javascriptmvc", + "steal" : "https://github.com/jupiterjs/steal", + "jquery" : "https://github.com/jupiterjs/jquerymx", + "funcunit" : "https://github.com/jupiterjs/funcunit", + "mxui" : "https://github.com/jupiterjs/mxui", + "documentjs" : "https://github.com/jupiterjs/documentjs", + "ss/state_machine" : "https://github.com/secondstory/secondstoryjs-statemachine", + "ss/router" : "https://github.com/secondstory/secondstoryjs-router", "srchr" : "https://github.com/jupiterjs/srchr/tree/master/srchr/", "mxutil" : "http://github.com/jupiterjs/mxutil", "jqueryui" : "https://github.com/daffl/jqueryui",