diff --git a/README.md b/README.md index 3426667..597ef6b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ Hit back and try another one! # Changelog + * Version 6.2 + * changed archive.is tld to archive.md * Version 6.1 * Revived context menu (PR #13 from DenB10) * Version 6 diff --git a/common.js b/common.js index 231830d..66e0bce 100644 --- a/common.js +++ b/common.js @@ -37,7 +37,7 @@ function genIaListUrl(url) { } function genArchiveIsUrl(url) { - return 'https://archive.is/'+url; + return 'https://archive.md/'+url; } function genWebCiteUrl(url) {