From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2F0AC2FC15 for ; Thu, 17 Aug 2023 12:43:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350901AbjHQMm4 (ORCPT ); Thu, 17 Aug 2023 08:42:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350900AbjHQMmo (ORCPT ); Thu, 17 Aug 2023 08:42:44 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F07142D57; Thu, 17 Aug 2023 05:42:42 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id AB2CD1F898; Thu, 17 Aug 2023 12:42:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1692276161; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QNhTOps9azza6vFm3CqXognqOphc0naIHNC5smRzOSk=; b=SJ4qIo703ie/Bpx2kEn5cNtIUAGFFvHxPME7NRYXclUhIjOyJCEchu2xBnG3asLoNrbUxw TqvsAKB7P1raHqXISc2txD6z8gIDtLtHT+kiKI1zPC7hEBL7074qAjYZnoEtQn9aw6kY1M HsVuL9zuk967F/kFvb76PoJTX9ynR9o= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1692276161; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QNhTOps9azza6vFm3CqXognqOphc0naIHNC5smRzOSk=; b=wmVF+JXX2EclwZriIT8PiTNF+wU/EvzABkKyBdIxZU40im35Rl4LCmTiMwpZr68KJ/qMAx feWGozBQ8+4yEuBg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 780A41392B; Thu, 17 Aug 2023 12:42:41 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id vyWTHMEV3mT/ZQAAMHmgww (envelope-from ); Thu, 17 Aug 2023 12:42:41 +0000 Date: Thu, 17 Aug 2023 14:36:12 +0200 From: David Sterba To: Bhaskar Chowdhury Cc: clm@fb.com, josef@toxicpanda.com, dsterba@suse.com, corbet@lwn.net, linux-btrfs@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Doc: fs: Take away the stale url Message-ID: <20230817123612.GO2420@twin.jikos.cz> Reply-To: dsterba@suse.cz References: <20230813065247.655287-1-unixbhaskar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230813065247.655287-1-unixbhaskar@gmail.com> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org 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.