Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation/fs/9p: fix broken link

In b529c06f9dc7 (Update the documentation referencing Plan 9 from User
Space., 2020-04-26), another instance of the link was left unfixed.
Fix that as well.

Signed-off-by: Tuomas Ahola <taahol@utu.fi>
Message-ID: <20250322153639.4917-1-taahol@utu.fi>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>

authored by

Tuomas Ahola and committed by
Dominique Martinet
34ceb69e fbc0283f

+1 -1
+1 -1
Documentation/filesystems/9p.rst
··· 40 40 41 41 mount -t 9p 10.10.1.2 /mnt/9 42 42 43 - For Plan 9 From User Space applications (http://swtch.com/plan9):: 43 + For Plan 9 From User Space applications (https://9fans.github.io/plan9port/):: 44 44 45 45 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER 46 46