From d8566c66a4df2b53a35992334d388fb17a24107b Mon Sep 17 00:00:00 2001 From: Albirew Date: Thu, 12 Sep 2019 19:24:32 +0200 Subject: [PATCH] changed (dead) archive.is tld to archive.md --- README.md | 2 ++ common.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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) {