Skip to content

Commit

Permalink
screenshot server moved
Browse files Browse the repository at this point in the history
  • Loading branch information
mparaiso committed Oct 1, 2014
1 parent 0ccf818 commit 4bbf040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/markme/js/ApplicationServices.js
Expand Up @@ -74,7 +74,7 @@
return "http://www.robothumb.com/src/?url=" + url + "&size=" + width + "x" + height;
},
markme: function (url) {
return "http://markme.alwaysdata.net/screencapture?url=" + url;
return "https://markme-screenshot.herokuapp.com/?url=" + url;
},
wimg: function (url) {
return "http://wimg.ca/http://" + url;
Expand Down

0 comments on commit 4bbf040

Please sign in to comment.