diff --git a/README.md b/README.md
index 841949a..17c6a3f 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ xmrpay.link/
## Self-Hosting
```bash
-git clone https://gitea.schmidt.eco/schmidt1024/xmrpay.link.git
+git clone https://github.com/schmidt1024/xmrpay.git
cd xmrpay.link
# Serve with any web server that supports PHP
# No build tools, no npm, no database required
diff --git a/i18n.js b/i18n.js
index 758f332..81f8a5d 100644
--- a/i18n.js
+++ b/i18n.js
@@ -13,7 +13,7 @@ var I18n = (function () {
var VERSION = '1.0.0';
- var footer = 'Open Source · No Tracking · No KYC
Source · Onion · Privacy & Terms
v' + VERSION + '';
+ var footer = 'Open Source · No Tracking · No KYC
Source · Onion · Privacy & Terms
v' + VERSION + '';
var translations = {
en: {
diff --git a/index.html b/index.html
index 9615357..0a66f1f 100644
--- a/index.html
+++ b/index.html
@@ -115,7 +115,7 @@