Przeglądaj źródła

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 lat temu
rodzic
commit
3fb5998bae
1 zmienionych plików z 2 dodań i 3 usunięć
  1. 2 3
      docs/installation.rst

+ 2 - 3
docs/installation.rst

@@ -230,12 +230,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
 ++++++++
 ++++++++