changed (dead) archive.is tld to archive.md
This commit is contained in:
parent
c6a25e7312
commit
d8566c66a4
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -37,7 +37,7 @@ function genIaListUrl(url) {
|
|||
}
|
||||
|
||||
function genArchiveIsUrl(url) {
|
||||
return 'https://archive.is/'+url;
|
||||
return 'https://archive.md/'+url;
|
||||
}
|
||||
|
||||
function genWebCiteUrl(url) {
|
||||
|
|
Loading…
Reference in a new issue