diff --git a/bower.json b/bower.json index 8f9b633bd..663b3504c 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "authors": [ "Andrew Plummer " ], - "homepage": "http://sugarjs.com/", + "homepage": "https://sugarjs.com/", "repository": { "type": "git", "url": "https://github.com/andrewplummer/Sugar.git" diff --git a/gulpfile.js b/gulpfile.js index 1a8e67811..25fc2fc05 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -459,7 +459,7 @@ var LICENSE = block` * * Freely distributable and licensed under the MIT-style license. * Copyright (c) Andrew Plummer - * http://sugarjs.com/ + * https://sugarjs.com/ * * ---------------------------- */ `; diff --git a/lib/extras/analyzer.js b/lib/extras/analyzer.js index 24ad388ad..fbfd2efc1 100644 --- a/lib/extras/analyzer.js +++ b/lib/extras/analyzer.js @@ -1856,7 +1856,7 @@ var SugarUnderscoreMethods = [ if (match[3]) message += '\n----------- Char: ' + match[3] + ' --------------'; } if (docs){ - message += '\n----------- Docs: http://sugarjs.com/api/' + docs + ' ---------'; + message += '\n----------- Docs: https://sugarjs.com/api/' + docs + ' ---------'; } } }