diff --git a/docs/index.html b/docs/index.html
index 6a108f7..bcde31a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1986,7 +1986,7 @@
entry.querySelector('.history-entry__token-action').textContent = `${type} ${asset}`
entry.querySelector('.history-entry__amount').textContent = amount
entry.querySelector('.history-entry__time').textContent = getFormattedTime(locktime)
- entry.querySelector('.history-entry__txid').href = `https://flosight.duckdns.org/tx/${txid}`
+ entry.querySelector('.history-entry__txid').href = `https://blockbook.ranchimall.net/tx/${txid}`
return entry;
}
}