[PATCH] Doc: fs: Take away the stale url

Bhaskar Chowdhury posted 1 patch 2 years, 4 months ago
Documentation/filesystems/btrfs.rst | 2 --
1 file changed, 2 deletions(-)
[PATCH] Doc: fs: Take away the stale url
Posted by Bhaskar Chowdhury 2 years, 4 months ago
That url pointed to non-maintained place. So, take it out.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Documentation/filesystems/btrfs.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/filesystems/btrfs.rst b/Documentation/filesystems/btrfs.rst
index 992eddb0e11b..58f1c1a38af0 100644
--- a/Documentation/filesystems/btrfs.rst
+++ b/Documentation/filesystems/btrfs.rst
@@ -37,8 +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,
 manual pages, source code repositories, contacts etc.
--
2.30.0
Re: [PATCH] Doc: fs: Take away the stale url
Posted by David Sterba 2 years, 4 months ago
On Sun, Aug 13, 2023 at 12:22:48PM +0530, Bhaskar Chowdhury wrote:
> That url pointed to non-maintained place. So, take it out.

I found two more references to the wiki, in the MAINTAINERS file and in
Kconfig, you can replace them by https://btrfs.readthedocs.io and
resend. Thanks.