From f6a61fff6d23c7dc142fbff7e0a6c789c765877b Mon Sep 17 00:00:00 2001
From: Dimitri Papadopoulos
 <3234522+DimitriPapadopoulos@users.noreply.github.com>
Date: Fri, 28 Feb 2020 22:14:38 +0100
Subject: [PATCH] Fix URL to Homebrew Formula

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e169f3e..ea9fceb 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ Some Linux distibutions provide `openfortivpn` packages:
 * [Ubuntu (bionic and later)](https://packages.ubuntu.com/search?keywords=openfortivpn) and [pre-bionic (ppa)](https://launchpad.net/~ar-lex/+archive/ubuntu/fortisslvpn)
 * [Solus](https://dev.getsol.us/source/openfortivpn/)
 
-On macOS both [Homebrew](http://brewformulas.org/Openfortivpn) and
+On macOS both [Homebrew](https://formulae.brew.sh/formula/openfortivpn) and
 [MacPorts](https://www.macports.org/ports.php?by=name&substr=openfortivpn)
 provide an `openfortivpn` package.
 Either [install Homebrew](https://brew.sh/) then install openfortivpn:
@@ -120,7 +120,7 @@ For other distros, you'll need to build and install from source:
     * Arch Linux: `gcc` `automake` `autoconf` `openssl` `pkg-config`
     * Gentoo Linux: `net-dialup/ppp` `pkg-config`
     * openSUSE: `gcc` `automake` `autoconf` `libopenssl-devel` `pkg-config`
-    * macOS(Homebrew): `automake` `autoconf` `openssl@1.0` `pkg-config`
+    * macOS (Homebrew): `automake` `autoconf` `openssl@1.0` `pkg-config`
     * FreeBSD: `automake` `autoconf` `libressl` `pkgconf`
 
     On Linux, if you manage your kernel yourself, ensure to compile those modules:
-- 
GitLab