summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-07-22 21:13:21 -0300
committerRoger Gonzalez <roger@rogs.me>2023-07-22 21:13:21 -0300
commite2cda39364463e092acf72c7a32989a7182796ad (patch)
tree36e43bebff8bfc6f256fc16ac753d3f4a37ede73
parentc69b2d74865207b66bacd1ee56fd52e7c3a25bff (diff)
Fixed vpn documentation URL
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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