diff mbox series

Documentation/fs/9p: fix broken link

Message ID 20250322153639.4917-1-taahol@utu.fi (mailing list archive)
State New
Headers show
Series Documentation/fs/9p: fix broken link | expand

Commit Message

Tuomas Ahola March 22, 2025, 3:36 p.m. UTC
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>
---
 Documentation/filesystems/9p.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 88d324e69ea9f3ae1c1905ea75d717c08bdb8e15

Comments

Dominique Martinet March 22, 2025, 9:20 p.m. UTC | #1
Tuomas Ahola wrote on Sat, Mar 22, 2025 at 05:36:39PM +0200:
> 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.

Thank you, applied to 9p tree

> Signed-off-by: Tuomas Ahola <taahol@utu.fi>
> ---
>  Documentation/filesystems/9p.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
>  
> 
> base-commit: 88d324e69ea9f3ae1c1905ea75d717c08bdb8e15
Dominique Martinet March 22, 2025, 9:27 p.m. UTC | #2
Tuomas Ahola wrote on Sat, Mar 22, 2025 at 05:36:39PM +0200:
> 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.

Thank you, applied to 9p's -next
(sorry for double reply Tuomas, I had apparently missed the reply-all
key...)

> Signed-off-by: Tuomas Ahola <taahol@utu.fi>
> ---
>  Documentation/filesystems/9p.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
>  
> 
> base-commit: 88d324e69ea9f3ae1c1905ea75d717c08bdb8e15
diff mbox series

Patch

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