diff options
| author | Ziran Zhang <zhangcoder@yeah.net> | 2025-12-17 14:17:37 +0800 |
|---|---|---|
| committer | Jan Kara <jack@suse.cz> | 2025-12-19 15:01:27 +0100 |
| commit | aa62e130149f9cba53374e4ab51c9a9581dc9764 (patch) | |
| tree | a9ee1932943aea35570da9b73303d7562f6eb509 | |
| parent | ea1013c1539270e372fc99854bc6e4d94eaeff66 (diff) | |
doc : fix a broken link in ext2.rst
The original link returns a 404, so I update it to the latest
accessible url.
No functional change to any code, only documentation updates.
Signed-off-by: Ziran Zhang <zhangcoder@yeah.net>
Link: https://patch.msgid.link/20251217061737.6079-1-zhangcoder@yeah.net
Signed-off-by: Jan Kara <jack@suse.cz>
| -rw-r--r-- | Documentation/filesystems/ext2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ext2.rst b/Documentation/filesystems/ext2.rst index 92aae683e16a..95f48c1fc6fb 100644 --- a/Documentation/filesystems/ext2.rst +++ b/Documentation/filesystems/ext2.rst @@ -388,7 +388,7 @@ Implementations for: ======================= =========================================================== Windows 95/98/NT/2000 http://www.chrysocome.net/explore2fs -Windows 95 [1]_ http://www.yipton.net/content.html#FSDEXT2 +Windows 95 [1]_ http://www.yipton.net/content/fsdext2/ DOS client [1]_ ftp://metalab.unc.edu/pub/Linux/system/filesystems/ext2/ OS/2 [2]_ ftp://metalab.unc.edu/pub/Linux/system/filesystems/ext2/ RISC OS client http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/IscaFS/ |
