readme: update referenced URLs

This commit is contained in:
rottenwheel 2024-10-13 02:13:45 -05:00 committed by GitHub
parent 3863260ed2
commit b147f1d2d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: 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: 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. 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: 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. 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. 1. Select field A1.
2. Go to `Data``Link to external data...`. 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`. 4. Confirm the import options and select `HTML_1`.
For an example, see [kuno.anne.media](https://kuno.anne.media/donate/onml/). 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: 1. Clone the repository:
```sh ```sh
git clone https://github.com/nice42q/moner.ooo.git git clone https://github.com/rottenwheel/moner.ooo.git
cd moner.ooo cd moner.ooo
``` ```