From e2cda39364463e092acf72c7a32989a7182796ad Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 22 Jul 2023 21:13:21 -0300 Subject: Fixed vpn documentation URL --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b5b57cb..2a14084 100755 --- a/install.sh +++ b/install.sh @@ -158,7 +158,7 @@ if [ "$setup_vpn" == "y" ]; then vpn_service=${vpn_service:-"mullvad"} echo echo "You should read $vpn_service's documentation in case it has different configurations for username and password." - echo "The documentation for $vpn_service is here: https://github.com/qdm12/gluetun/wiki/${vpn_service// /-}" + echo "The documentation for $vpn_service is here: https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/${vpn_service// /-}.md" echo read -p "What's your VPN username? (without spaces): " vpn_user -- cgit v1.2.3