From b147f1d2d108c888513a68e3f6dd30765462f375 Mon Sep 17 00:00:00 2001 From: rottenwheel <92872541+rottenwheel@users.noreply.github.com> Date: Sun, 13 Oct 2024 02:13:45 -0500 Subject: [PATCH] readme: update referenced URLs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1cf15fb..b644dc5 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ This is a fork of the original project by [nice42q](https://github.com/nice42q/m To convert XMR to a fiat currency, simply visit: ``` -https://monerooo.private.coffee/?in=USD +https://calc.revuo-xmr.com/?in=USD ``` Replace `USD` with your preferred currency code. You can also specify the amount of XMR to convert: ``` -https://monerooo.private.coffee/?in=USD&xmr=1 +https://calc.revuo-xmr.com/?in=USD&xmr=1 ``` The `xmr` parameter specifies the amount of XMR to convert. @@ -55,7 +55,7 @@ The `xmr` parameter specifies the amount of XMR to convert. To convert a fiat currency to XMR, visit: ``` -https://monerooo.private.coffee/?in=USD&fiat=1&direction=1 +https://calc.revuo-xmr.com/?in=USD&fiat=1&direction=1 ``` The `fiat` parameter specifies the amount of fiat currency to convert. The `direction` parameter is set to `1` to indicate conversion from fiat to XMR. @@ -64,7 +64,7 @@ The `fiat` parameter specifies the amount of fiat currency to convert. The `dire 1. Select field A1. 2. Go to `Data` → `Link to external data...`. -3. Input the URL `https://moner.ooo/` and confirm. +3. Input the URL `calc.revuo-xmr.com` and confirm. 4. Confirm the import options and select `HTML_1`. For an example, see [kuno.anne.media](https://kuno.anne.media/donate/onml/). @@ -82,7 +82,7 @@ For an example, see [kuno.anne.media](https://kuno.anne.media/donate/onml/). 1. Clone the repository: ```sh - git clone https://github.com/nice42q/moner.ooo.git + git clone https://github.com/rottenwheel/moner.ooo.git cd moner.ooo ```