From da13b9cf3bcd64f7b91a518c74f38760fdebf6f8 Mon Sep 17 00:00:00 2001 From: silversub Date: Fri, 29 Apr 2022 15:08:56 -0400 Subject: [PATCH] Replace git.io (#697) Signed-off-by: silversub Co-authored-by: silversub --- docs/guides/vpn/openvpn/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/vpn/openvpn/installation.md b/docs/guides/vpn/openvpn/installation.md index deb048d..853e372 100644 --- a/docs/guides/vpn/openvpn/installation.md +++ b/docs/guides/vpn/openvpn/installation.md @@ -15,7 +15,7 @@ This is less convenient, so many users will simply decide to install Pi-hole and First, download the OpenVPN installer; make it executable, and then run it: ```bash -wget https://git.io/vpn -O openvpn-install.sh +wget https://github.com/Nyr/openvpn-install/raw/master/openvpn-install.sh chmod 755 openvpn-install.sh ./openvpn-install.sh ```