From 625286d4f5551a4d92bcc491eba6d6751819d459 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Fri, 28 Feb 2020 22:52:46 +0100 Subject: [PATCH] Fix URL to MacPorts This is the canonical URL according to this reference page: https://ports.macports.org/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea9fceb..e9777f5 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Some Linux distibutions provide `openfortivpn` packages: * [Solus](https://dev.getsol.us/source/openfortivpn/) On macOS both [Homebrew](https://formulae.brew.sh/formula/openfortivpn) and -[MacPorts](https://www.macports.org/ports.php?by=name&substr=openfortivpn) +[MacPorts](https://ports.macports.org/port/openfortivpn) provide an `openfortivpn` package. Either [install Homebrew](https://brew.sh/) then install openfortivpn: ```shell -- GitLab