We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7440c17 + 9dc3e52 commit 000ac10Copy full SHA for 000ac10
README.md
@@ -1,4 +1,4 @@
1
### Responsive CSS Sprite Generator
2
###### A tool for generating CSS sprite sheets using percentage based background positions
3
---
4
-Hosted version of the tool can be found [here](http://responsive-css.us/)
+A hosted version of the tool can be found at [responsive-css.us](https://responsive-css.us/)
assets/js/legacy/packer.js
@@ -86,7 +86,7 @@ Packer.prototype = {
86
draw: function (blocks, canvas, output) {
87
var ctx = canvas.getContext('2d');
88
var gitubUrl = '/*\nResponsive CSS Sprite created using: ' +
89
- 'http://responsive-css.us/\n' +
+ 'https://responsive-css.us/\n' +
90
'*/\n\n';
91
var groupSelectors = '';
92
var globalStyle = '\n{display:inline-block; overflow:hidden; ' +
0 commit comments