From b0c1bb0ddd27b5c3c05d117b67c1526fa6ad588f Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Thu, 21 Nov 2024 17:21:39 +0100 Subject: [PATCH] updating 2 more links --- documentation/docs/pages/operators/changelog.mdx | 2 +- .../docs/pages/operators/nodes/nym-node/configuration.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/pages/operators/changelog.mdx b/documentation/docs/pages/operators/changelog.mdx index 4a7c9609669..ffcb57e8e0f 100644 --- a/documentation/docs/pages/operators/changelog.mdx +++ b/documentation/docs/pages/operators/changelog.mdx @@ -1553,7 +1553,7 @@ ufw status 1. Download the [`network_tunnel_manager.sh`](https://github.com/nymtech/nym/blob/develop/scripts/network_tunnel_manager.sh) script: ```bash -curl -L -o network_tunnel_manager.sh https://gist.githubusercontent.com/tommyv1987/ccf6ca00ffb3d7e13192edda61bb2a77/raw/3c0a38c1416f8fdf22906c013299dd08d1497183/network_tunnel_manager.sh +curl -L -o network_tunnel_manager.sh https://github.com/nymtech/nym/blob/develop/scripts/network_tunnel_manager.sh ``` 2. Make the script executable: diff --git a/documentation/docs/pages/operators/nodes/nym-node/configuration.mdx b/documentation/docs/pages/operators/nodes/nym-node/configuration.mdx index 820270b4540..144f9e60e9d 100644 --- a/documentation/docs/pages/operators/nodes/nym-node/configuration.mdx +++ b/documentation/docs/pages/operators/nodes/nym-node/configuration.mdx @@ -285,7 +285,7 @@ The script should be used in a context where `nym-node` is running to fully util ###### 1. Download `network_tunnel_manager.sh`, make executable and run: ```sh -curl -L https://gist.githubusercontent.com/tommyv1987/ccf6ca00ffb3d7e13192edda61bb2a77/raw/74241cc06492b955e582052939090f57a285a65e/network_tunnel_manager.sh -o network_tunnel_manager.sh && \ +curl -L https://github.com/nymtech/nym/blob/develop/scripts/network_tunnel_manager.sh -o network_tunnel_manager.sh && \ chmod +x network_tunnel_manager.sh && \ ./network_tunnel_manager.sh ```