Browse Source

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
Russell Davis 6 years ago
parent
commit
feff9dfa43
1 changed files with 2 additions and 3 deletions
  1. 2 3
      docs/installation.rst

+ 2 - 3
docs/installation.rst

@@ -222,12 +222,11 @@ dependencies::
     pip3 install virtualenv
     pip3 install virtualenv
 
 
 For FUSE support to mount the backup archives, you need at least version 3.0 of
 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 <https://github.com/osxfuse/osxfuse/releases/latest>`__,
+or via homebrew::
 
 
     brew cask install osxfuse
     brew cask install osxfuse
 
 
-.. _github: https://github.com/osxfuse/osxfuse/releases/latest
-
 
 
 FreeBSD
 FreeBSD
 ++++++++
 ++++++++