From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-4.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id C73AD7E282 for ; Fri, 2 Mar 2018 22:43:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932317AbeCBWnN (ORCPT ); Fri, 2 Mar 2018 17:43:13 -0500 Received: from ipmail07.adl2.internode.on.net ([150.101.137.131]:62753 "EHLO ipmail07.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932121AbeCBWnN (ORCPT ); Fri, 2 Mar 2018 17:43:13 -0500 Received: from ppp59-167-129-252.static.internode.on.net (HELO dastard) ([59.167.129.252]) by ipmail07.adl2.internode.on.net with ESMTP; 03 Mar 2018 09:13:11 +1030 Received: from dave by dastard with local (Exim 4.80) (envelope-from ) id 1ertOQ-00039G-4C; Sat, 03 Mar 2018 09:43:10 +1100 Date: Sat, 3 Mar 2018 09:43:10 +1100 From: Dave Chinner To: Eric Sandeen Cc: "Darrick J. Wong" , Masanari Iida , linux-xfs@vger.kernel.org, linux-kernel@vger.kernel.org, corbet@lwn.net, linux-doc@vger.kernel.org Subject: Re: [PATCH] xfs: Change URL for the project in xfs.txt Message-ID: <20180302224310.GV30854@dastard> References: <20180302133013.9744-1-standby24x7@gmail.com> <20180302172401.GT19312@magnolia> <20180302215731.GT30854@dastard> <27d9f522-fa75-6766-3ca6-79f99522e861@sandeen.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27d9f522-fa75-6766-3ca6-79f99522e861@sandeen.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, Mar 02, 2018 at 04:08:24PM -0600, Eric Sandeen wrote: > > > On 3/2/18 3:57 PM, Dave Chinner wrote: > > On Fri, Mar 02, 2018 at 09:24:01AM -0800, Darrick J. Wong wrote: > >> On Fri, Mar 02, 2018 at 10:30:13PM +0900, Masanari Iida wrote: > >>> The oss.sgi.com doesn't exist any more. > >>> Change it to current project URL, https://xfs.wiki.kernel.org/ > >>> > >>> Signed-off-by: Masanari Iida > >>> --- > >>> Documentation/filesystems/xfs.txt | 2 +- > >>> 1 file changed, 1 insertion(+), 1 deletion(-) > >>> > >>> diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt > >>> index 3b9b5c149f32..4d9ff0a7f8e1 100644 > >>> --- a/Documentation/filesystems/xfs.txt > >>> +++ b/Documentation/filesystems/xfs.txt > >>> @@ -9,7 +9,7 @@ variable block sizes, is extent based, and makes extensive use of > >>> Btrees (directories, extents, free space) to aid both performance > >>> and scalability. > >>> > >>> -Refer to the documentation at http://oss.sgi.com/projects/xfs/ > >>> +Refer to the documentation at https://xfs.wiki.kernel.org/ > > > > Did I miss a memo? > > About which part, the loss of oss.sgi or the addition of the kernel.org wiki? > > The kernel.org wiki is pretty bare though. OTOH xfs.org is a bit less > official. We really need to resolve this issue. Moving everything to kernel.org wiki. As I mentioned on IRC, I'd much prefer we move away from wiki's to something we can edit locally, review via email, has proper revision control and a "publish" mechanism that pushes built documentation out to the public website. Cheers, Dave. -- Dave Chinner david@fromorbit.com -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html