From 94249268e162e7aa0d43323eb4a44165fc972482 Mon Sep 17 00:00:00 2001 From: carlomazzaferro Date: Mon, 18 Sep 2023 14:16:46 +0200 Subject: [PATCH] fix docs link --- scripts/node.sh | 2 +- scripts/setup-node.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/node.sh b/scripts/node.sh index 61ee055..a8e300d 100755 --- a/scripts/node.sh +++ b/scripts/node.sh @@ -156,7 +156,7 @@ parse_params() { fi if [ -z "${axelar_core_version}" ]; then - axelar_core_version="$(curl -s https://raw.githubusercontent.com/axelarnetwork/axelar-docs/main/pages/resources/"${network}".mdx | grep axelar-core | cut -d \` -f 4)" + axelar_core_version="$(curl -s https://raw.githubusercontent.com/axelarnetwork/axelar-docs/main/src/pages/resources/"${network}".mdx | grep axelar-core | cut -d \` -f 4)" fi # check required params and arguments diff --git a/scripts/setup-node.sh b/scripts/setup-node.sh index 9fe1150..b9c4c75 100755 --- a/scripts/setup-node.sh +++ b/scripts/setup-node.sh @@ -94,7 +94,7 @@ parse_params() { fi if [ -z "${axelar_core_version}" ]; then - axelar_core_version="$(curl -s https://raw.githubusercontent.com/axelarnetwork/axelar-docs/main/pages/resources/"${network}".mdx | grep axelar-core | cut -d \` -f 4)" + axelar_core_version="$(curl -s https://raw.githubusercontent.com/axelarnetwork/axelar-docs/main/src/pages/resources/"${network}".mdx | grep axelar-core | cut -d \` -f 4)" fi # check required params and arguments