Skip to content

Commit 34ceb69

Browse files
taaholmartinetd
authored andcommitted
Documentation/fs/9p: fix broken link
In b529c06 (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>
1 parent fbc0283 commit 34ceb69

File tree

1 file changed

+1
-1
lines changed
  • Documentation/filesystems

1 file changed

+1
-1
lines changed

Documentation/filesystems/9p.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For remote file server::
4040

4141
mount -t 9p 10.10.1.2 /mnt/9
4242

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/)::
4444

4545
mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER
4646

0 commit comments

Comments
 (0)