From 3fb5998bae57d16f9a62ed41196d190e85230136 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 c4108b49c..54cc7e94b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -230,12 +230,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 ++++++++