From feff9dfa432604c00788844b644b17c2a5c49672 Mon Sep 17 00:00:00 2001 From: Russell Davis <551404+russelldavis@users.noreply.github.com> Date: Sun, 23 Jun 2019 19:19:11 -0700 Subject: [PATCH] Fix osxfuse github link in installation docs It was broken because there's already a different reference named github in `docs/global.rst.inc`. Fixed by using an anonymous hyperlink reference, per https://stackoverflow.com/a/14067756/278488 --- docs/installation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index b263c8fe4..ad0731a4b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -222,12 +222,11 @@ dependencies:: pip3 install virtualenv For FUSE support to mount the backup archives, you need at least version 3.0 of -FUSE for OS X, which is available via github_, or via homebrew:: +FUSE for OS X, which is available via `github `__, +or via homebrew:: brew cask install osxfuse -.. _github: https://github.com/osxfuse/osxfuse/releases/latest - FreeBSD ++++++++