From ca946bb90065bbee004161b2f1d9fcca5a954b00 Mon Sep 17 00:00:00 2001 From: Justin Ehrenhofer <12520755+SamsungGalaxyPlayer@users.noreply.github.com> Date: Sun, 19 May 2024 12:03:13 -0500 Subject: [PATCH] fix more links --- index.md | 8 ++++---- infrastructure/tor-onion-p2p-seed-nodes.md | 2 +- interacting/monero-blockchain-import.md | 2 +- interacting/monero-wallet-cli.md | 4 ++-- interacting/monero-wallet-gui.md | 2 +- interacting/monero-wallet-rpc.md | 4 ++-- interacting/overview.md | 2 +- running-node/open-node-tor-onion.md | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/index.md b/index.md index c17fed76..3e0f7ddb 100644 --- a/index.md +++ b/index.md @@ -12,10 +12,10 @@ The goal of this website is to supplement the official Monero documentation. Thi Common pages include: -* [Using monerod](/interacting/monerod-reference) -* [Using monero-wallet-cli](/interacting/monero-wallet-cli-reference) -* [Using monero-wallet-gui](/interacting/monero-wallet-gui-reference) -* [Using monero-wallet-rpc](/interacting/monero-wallet-rpc-reference) +* [Using monerod](/interacting/monerod) +* [Using monero-wallet-cli](/interacting/monero-wallet-cli) +* [Using monero-wallet-gui](/interacting/monero-wallet-gui) +* [Using monero-wallet-rpc](/interacting/monero-wallet-rpc) Please submit your feedback and corrections directly on [GitHub](https://github.com/MAGICGrants/getmonero.dev/issues). diff --git a/infrastructure/tor-onion-p2p-seed-nodes.md b/infrastructure/tor-onion-p2p-seed-nodes.md index 1436a7e9..6dbffeaf 100644 --- a/infrastructure/tor-onion-p2p-seed-nodes.md +++ b/infrastructure/tor-onion-p2p-seed-nodes.md @@ -8,7 +8,7 @@ parent: Infrastructure ## When this is necessary? -This is only necessary if you run a full node and you want to propagate locally-originating transactions over Tor (using `tx-proxy` option, see [monerod reference](/interacting/monerod-reference/#tori2p)). This allows you to mask your IP (as transaction originator) against P2P network surveillence, on top of Monero's built-in Dandelion++. +This is only necessary if you run a full node and you want to propagate locally-originating transactions over Tor (using `tx-proxy` option, see [monerod reference](/interacting/monerod/#tori2p)). This allows you to mask your IP (as transaction originator) against P2P network surveillence, on top of Monero's built-in Dandelion++. ## What are P2P seed nodes? diff --git a/interacting/monero-blockchain-import.md b/interacting/monero-blockchain-import.md index 8d911344..4b6409ff 100644 --- a/interacting/monero-blockchain-import.md +++ b/interacting/monero-blockchain-import.md @@ -15,7 +15,7 @@ The tool imports bootstrap file `blockchain.raw` to your full node. This could be useful if you want to decouple download from verification for any reason (like testing performance in isolation). In this case, you may download the `blockchain.raw` file from [https://downloads.getmonero.org/blockchain.raw](https://downloads.getmonero.org/blockchain.raw). -Ideally though, you should use your own trusted `blockchain.raw` file that you [exported](/interacting/monero-blockchain-export-reference) earlier. +Ideally though, you should use your own trusted `blockchain.raw` file that you [exported](/interacting/monero-blockchain-export) earlier. Please note that importing `blockchain.raw` will **not** speed up the process over syncing up from p2p network. This is because usual bottlenecks are disk IO and verification, not the download. diff --git a/interacting/monero-wallet-cli.md b/interacting/monero-wallet-cli.md index 92d7fe5b..0b242bea 100644 --- a/interacting/monero-wallet-cli.md +++ b/interacting/monero-wallet-cli.md @@ -25,7 +25,7 @@ The CLI wallet is the most reliable and most feature complete wallet for Monero. ### Depends on the full node -Wallet connects to a [full node](/interacting/monerod-reference) to scan the blockchain for your transaction outputs and to send your transactions out to the network. +Wallet connects to a [full node](/interacting/monerod) to scan the blockchain for your transaction outputs and to send your transactions out to the network. The full node can be either local (same computer) or remote. @@ -86,7 +86,7 @@ In a separate terminal window, run the wallet: #### Full node connection -Wallet depends on a full node for all non-local operations. The following options define how to connect to [`monerod`](/interacting/monerod-reference): +Wallet depends on a full node for all non-local operations. The following options define how to connect to [`monerod`](/interacting/monerod): | Option | Description |--------------------------|-------------------------------------------------------------------------------------------------------------------------------------- diff --git a/interacting/monero-wallet-gui.md b/interacting/monero-wallet-gui.md index 413e7a93..5e7aaf61 100644 --- a/interacting/monero-wallet-gui.md +++ b/interacting/monero-wallet-gui.md @@ -18,7 +18,7 @@ However, wallet does not store the blockchain and does not directly participate ### Depends on the full node -Wallet connects to a [full node](/interacting/monerod-reference) to scan the blockchain for your transaction outputs and to send your transactions out to the network. +Wallet connects to a [full node](/interacting/monerod) to scan the blockchain for your transaction outputs and to send your transactions out to the network. The full node can be either local (same computer) or remote. diff --git a/interacting/monero-wallet-rpc.md b/interacting/monero-wallet-rpc.md index f37d7969..0c3440b9 100644 --- a/interacting/monero-wallet-rpc.md +++ b/interacting/monero-wallet-rpc.md @@ -28,11 +28,11 @@ However, wallet does not store the blockchain and does not directly participate ### Depends on the full node -Wallet connects to a [full node](/interacting/monerod-reference) to scan the blockchain for your transaction outputs and to send your transactions out to the network. +Wallet connects to a [full node](/interacting/monerod) to scan the blockchain for your transaction outputs and to send your transactions out to the network. The full node can be either local (same computer) or remote. -You can play with [CLI wallet](/interacting/monero-wallet-cli-reference) and [GUI wallet](/interacting/monero-wallet-gui-reference) first to understand the relationship between the full node, the wallet and the user. +You can play with [CLI wallet](/interacting/monero-wallet-cli) and [GUI wallet](/interacting/monero-wallet-gui) first to understand the relationship between the full node, the wallet and the user. ## Syntax diff --git a/interacting/overview.md b/interacting/overview.md index 90938b1a..c691e07a 100644 --- a/interacting/overview.md +++ b/interacting/overview.md @@ -54,7 +54,7 @@ extras/monero-blockchain-depth | Executable | Description | -------------------------- |:----------------------------------------------------------------------------------------------------------------------------------- -| `monerod` | The full node daemon. Does not require a wallet.
[Documentation](/interacting/monerod-reference). +| `monerod` | The full node daemon. Does not require a wallet.
[Documentation](/interacting/monerod). | `monero-wallet-gui` | Wallet logic and __graphical__ user interface.
Requires `monerod` running. | `monero-wallet-cli` | Wallet logic and __commandline__ user interface.
Requires `monerod` running. | `monero-wallet-rpc` | Wallet logic and __HTTP API__ (JSON-RPC protocol).
Requires `monerod` running. diff --git a/running-node/open-node-tor-onion.md b/running-node/open-node-tor-onion.md index 7e2e1310..86cfe707 100644 --- a/running-node/open-node-tor-onion.md +++ b/running-node/open-node-tor-onion.md @@ -100,7 +100,7 @@ Verify it is working as intended `tail -n100 /var/log/monero/monero.log` ### /etc/monero.conf -This is just an example configuration and it is by no means authoritative. Feel free to modify, see [monerod reference](/interacting/monerod-reference). +This is just an example configuration and it is by no means authoritative. Feel free to modify, see [monerod reference](/interacting/monerod). Modify paths if you changed them. @@ -110,7 +110,7 @@ Print your onion address with `cat /var/lib/tor/monero/hostname` and paste it to # /etc/monero.conf # # Configuration file for monerod. For all available options see the MoneroDocs: -# https://getmonero.dev/interacting/monerod-reference/ +# https://getmonero.dev/interacting/monerod/ # Data directory (blockchain db and indices) data-dir=/srv/monero