diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-07-25 19:00:41 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-08-26 16:40:09 -0600 |
commit | f92a24ae7c953263600fc7ea3f0594676ea82138 (patch) | |
tree | 77b6f8ac2bf072c96ab5727ffc753a5ed0de9a6f /Documentation/filesystems | |
parent | 227f6cf96948efe965c2f2c9d940eb6a226cd39c (diff) | |
download | linux-stable-f92a24ae7c953263600fc7ea3f0594676ea82138.tar.gz linux-stable-f92a24ae7c953263600fc7ea3f0594676ea82138.tar.bz2 linux-stable-f92a24ae7c953263600fc7ea3f0594676ea82138.zip |
Documentation/fs/9p: Expand goo.gl link
The goo.gl URL shortener is deprecated and is due to stop
expanding existing links in 2025.
The old goo.gl link in the 9p docs doesn't work anyway,
replace it by a kernel.org link suggested by Randy instead.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240725180041.80862-1-linux@treblig.org
Diffstat (limited to 'Documentation/filesystems')
-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 1e0e0bb6fdf9..d270a0aa8d55 100644 --- a/Documentation/filesystems/9p.rst +++ b/Documentation/filesystems/9p.rst @@ -31,7 +31,7 @@ Other applications are described in the following papers: * PROSE I/O: Using 9p to enable Application Partitions http://plan9.escet.urjc.es/iwp9/cready/PROSE_iwp9_2006.pdf * VirtFS: A Virtualization Aware File System pass-through - http://goo.gl/3WPDg + https://kernel.org/doc/ols/2010/ols2010-pages-109-120.pdf Usage ===== |