]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/tramp.texi (FUSE-based methods): Fix sshfs reference.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 9 Dec 2024 14:50:59 +0000 (15:50 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 15 Dec 2024 16:36:07 +0000 (17:36 +0100)
(cherry picked from commit b4bcbabf95c5cf4d4175bfb78e56e717d21a1034)

doc/misc/tramp.texi

index 8ea9f48ac20ce33f92a109871475bee1bdd11f97..86a7bf4c0ebe19d7d1e8572a2a1e46e6828c8927 100644 (file)
@@ -1562,10 +1562,10 @@ for accessing the system storage, you should use it.
 
 @vindex tramp-sshfs-program
 On local hosts which have installed the @command{sshfs} client for
-mounting a file system based on @command{sftp}, this method can be
-used, see
-@uref{https://github.com/libfuse/sshfs/blob/master/README.rst/}.  If
-the @command{sshfs} program isn't found in your @env{PATH} environment
+mounting a file system based on the @command{sftp} subsystem of
+@command{ssh}, this method can be used, see
+@uref{https://github.com/libfuse/sshfs/blob/master/README.md}.  If the
+@command{sshfs} program isn't found in your @env{PATH} environment
 variable, you can tell @value{tramp} its absolute path via the user
 option @code{tramp-sshfs-program}.