diff options
author | 2025-03-22 17:36:39 +0200 | |
---|---|---|
committer | 2025-03-23 06:20:36 +0900 | |
commit | 34ceb69edd6cb9581978e0f3e459da4959c0c387 (patch) | |
tree | 5c4906e2c95b3aed292bf4c94a8531fa45a160c2 | |
parent | 9p/trans_fd: mark concurrent read and writes to p9_conn->err (diff) | |
download | wireguard-linux-34ceb69edd6cb9581978e0f3e459da4959c0c387.tar.xz wireguard-linux-34ceb69edd6cb9581978e0f3e459da4959c0c387.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | Documentation/filesystems/9p.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/9p.rst b/Documentation/filesystems/9p.rst index 2bbf68b56b0d..28871200e87c 100644 --- a/Documentation/filesystems/9p.rst +++ b/Documentation/filesystems/9p.rst @@ -40,7 +40,7 @@ For remote file server:: mount -t 9p 10.10.1.2 /mnt/9 -For Plan 9 From User Space applications (http://swtch.com/plan9):: +For Plan 9 From User Space applications (https://9fans.github.io/plan9port/):: mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER |