Skip to content

Commit 000ac10

Browse files
committed
Merge branch 'master' into 2017-Update
# Conflicts: # assets/js/bundle.js
2 parents 7440c17 + 9dc3e52 commit 000ac10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### Responsive CSS Sprite Generator
22
###### A tool for generating CSS sprite sheets using percentage based background positions
33
---
4-
Hosted version of the tool can be found [here](http://responsive-css.us/)
4+
A hosted version of the tool can be found at [responsive-css.us](https://responsive-css.us/)

assets/js/legacy/packer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Packer.prototype = {
8686
draw: function (blocks, canvas, output) {
8787
var ctx = canvas.getContext('2d');
8888
var gitubUrl = '/*\nResponsive CSS Sprite created using: ' +
89-
'http://responsive-css.us/\n' +
89+
'https://responsive-css.us/\n' +
9090
'*/\n\n';
9191
var groupSelectors = '';
9292
var globalStyle = '\n{display:inline-block; overflow:hidden; ' +

0 commit comments

Comments
 (0)