diff --git a/documentation/operators/src/changelog.md b/documentation/operators/src/changelog.md index b4a77e5cc2..707adc484c 100644 --- a/documentation/operators/src/changelog.md +++ b/documentation/operators/src/changelog.md @@ -106,7 +106,7 @@ sudo -E ./nym-vpn-cli -c ../qa.env run --entry-gateway-id $entry_gateway --exit- - **Download Nym Node:** - You can download the `nym-node` binary directly using the following command: ```bash -curl -L https://github.com/nymtech/nym/releases/tag/nym-binaries-v2024.9-topdeck/nym-node -o nym-node && chmod u+x nym-node +curl -L https://github.com/nymtech/nym/releases/download/nym-binaries-v2024.9-topdeck/nym-node -o nym-node && chmod u+x nym-node ``` **Step 1: Update UFW Firewall Rules** diff --git a/documentation/operators/src/nodes/configuration.md b/documentation/operators/src/nodes/configuration.md index ed9b23e3ff..b933c4dede 100644 --- a/documentation/operators/src/nodes/configuration.md +++ b/documentation/operators/src/nodes/configuration.md @@ -356,7 +356,7 @@ ip addr show nymtun0 9. Validate your IPv6 and IPv4 networking by running a joke test via Mixnet: ```sh -./network_tunnel_manager.shjoke_through_the_mixnet +./network_tunnel_manager.sh joke_through_the_mixnet ``` 10. Validate your tunneling by running a joke test via WG: