Skip to content

Commit

Permalink
moving all links to https
Browse files Browse the repository at this point in the history
Former-commit-id: 744ec04
Former-commit-id: 6652a8c77aa72306ff873b537c22de2953beab74
  • Loading branch information
andrewplummer committed Jul 24, 2016
1 parent a22a193 commit 7fa1c2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -4,7 +4,7 @@
"authors": [
"Andrew Plummer <plummer.andrew@gmail.com>"
],
"homepage": "http://sugarjs.com/",
"homepage": "https://sugarjs.com/",
"repository": {
"type": "git",
"url": "https://github.com/andrewplummer/Sugar.git"
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -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/
*
* ---------------------------- */
`;
Expand Down
2 changes: 1 addition & 1 deletion lib/extras/analyzer.js
Expand Up @@ -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 + ' ---------';
}
}
}
Expand Down

0 comments on commit 7fa1c2d

Please sign in to comment.