Skip to content

Commit

Permalink
Update IaPusher.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leonkt committed May 22, 2020
1 parent 2421e39 commit e558a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/content/scripts/IaPusher.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Zotero.IaPusher = {
}
else if (cLoc) {
if (this.isWellFormedUrl(cLoc)) {
noteText = this.makeAnchorTag(item, url, "http://web.archive.org" + cLoc);
noteText = this.makeAnchorTag(item, url, "https://web.archive.org" + cLoc);
if (this.isArchived(item)) {
return;
}
Expand Down Expand Up @@ -356,4 +356,4 @@ Zotero.IaPusher = {
return req.getResponseHeader("X-Archive-Orig-Link");
}
}
}
}

0 comments on commit e558a24

Please sign in to comment.