[PATCH] Btrfs: Replace obsolete wiki url with maintained doc url

Bhaskar Chowdhury posted 1 patch 2 years, 3 months ago
Documentation/filesystems/btrfs.rst | 1 -
MAINTAINERS                         | 1 -
fs/btrfs/Kconfig                    | 2 +-
3 files changed, 1 insertion(+), 3 deletions(-)
[PATCH] Btrfs: Replace obsolete wiki url with maintained doc url
Posted by Bhaskar Chowdhury 2 years, 3 months ago
Replaced and removed obsolete url with maintained url.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Documentation/filesystems/btrfs.rst | 1 -
 MAINTAINERS                         | 1 -
 fs/btrfs/Kconfig                    | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Documentation/filesystems/btrfs.rst b/Documentation/filesystems/btrfs.rst
index 992eddb0e11b..a81db8f54d68 100644
--- a/Documentation/filesystems/btrfs.rst
+++ b/Documentation/filesystems/btrfs.rst
@@ -37,7 +37,6 @@ For more information please refer to the documentation site or wiki

   https://btrfs.readthedocs.io

-  https://btrfs.wiki.kernel.org

 that maintains information about administration tasks, frequently asked
 questions, use cases, mount options, comprehensible changelogs, features,
diff --git a/MAINTAINERS b/MAINTAINERS
index d590ce31aa72..dea8c26efbca 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4360,7 +4360,6 @@ M:	David Sterba <dsterba@suse.com>
 L:	linux-btrfs@vger.kernel.org
 S:	Maintained
 W:	https://btrfs.readthedocs.io
-W:	https://btrfs.wiki.kernel.org/
 Q:	https://patchwork.kernel.org/project/linux-btrfs/list/
 C:	irc://irc.libera.chat/btrfs
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index 66fa9ab2c046..868d80464858 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -31,7 +31,7 @@ config BTRFS_FS
 	  continue to be mountable and usable by newer kernels.

 	  For more information, please see the web pages at
-	  http://btrfs.wiki.kernel.org.
+	  https://btrfs.readthedocs.io

 	  To compile this file system support as a module, choose M here. The
 	  module will be called btrfs.
--
2.41.0
Re: [PATCH] Btrfs: Replace obsolete wiki url with maintained doc url
Posted by David Sterba 2 years, 3 months ago
On Wed, Aug 23, 2023 at 03:17:47AM +0530, Bhaskar Chowdhury wrote:
> Replaced and removed obsolete url with maintained url.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Added to misc-next with reworded subject and changelog, thanks.