From f179de92311a6d432a3034aa74a82547d28f813c Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 15 Jun 2025 10:00:53 +0800 Subject: [PATCH] fix(setup): update DNS provider docs link in setup script --- scripts/setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 5f90b0b..a989ebc 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -47,7 +47,6 @@ echo "Using ${DOWNLOAD_TOOL} for downloads" REPO="yusing/godoxy" BRANCH=${BRANCH:-"main"} REPO_URL="https://github.com/$REPO" -WIKI_URL="${REPO_URL}/wiki" BASE_URL="${REPO_URL}/raw/${BRANCH}" # Config paths @@ -248,7 +247,7 @@ if [ "$ENABLE_AUTOCERT" == "y" ]; then read -p "Enter duckdns token: " token options=("token: \"$token\"") else - echo "Please check Wiki for other DNS providers: ${WIKI_URL}/Supported-DNS%E2%80%9001-Providers" + echo "Please check Wiki for other DNS providers: https://docs.godoxy.dev/DNS-01-Providers" echo "Skipping autocert setup" skip=true fi