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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,UNPARSEABLE_RELAY, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06325C43381 for ; Tue, 12 Mar 2019 03:04:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D58A32087C for ; Tue, 12 Mar 2019 03:04:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727350AbfCLDE1 (ORCPT ); Mon, 11 Mar 2019 23:04:27 -0400 Received: from out30-133.freemail.mail.aliyun.com ([115.124.30.133]:52121 "EHLO out30-133.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726866AbfCLDCC (ORCPT ); Mon, 11 Mar 2019 23:02:02 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R131e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e07488;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=10;SR=0;TI=SMTPD_---0TMWN-cc_1552359719; Received: from localhost(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TMWN-cc_1552359719) by smtp.aliyun-inc.com(127.0.0.1); Tue, 12 Mar 2019 11:02:00 +0800 From: Alex Shi To: corbet@lwn.net, harryxiyou@gmail.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Alex Shi , TripleX Chung , Li Zefan , Shawn Guo , Fengguang Wu , Coly Li Subject: [PATCH v4 07/31] docs/zh_CN: rename SubmittingPatches for html links Date: Tue, 12 Mar 2019 11:01:05 +0800 Message-Id: <20190312030129.47511-8-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 2.19.1.856.g8858448bb In-Reply-To: <20190312030129.47511-1-alex.shi@linux.alibaba.com> References: <20190312030129.47511-1-alex.shi@linux.alibaba.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org renamed: Documentation/translations/zh_CN/process/SubmittingPatches -> Documentation/translations/zh_CN/process/submitting-patches.rst For htmldoc links. And will change the doc format to rst. Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: TripleX Chung Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- .../zh_CN/process/{SubmittingPatches => submitting-patches.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/translations/zh_CN/process/{SubmittingPatches => submitting-patches.rst} (100%) diff --git a/Documentation/translations/zh_CN/process/SubmittingPatches b/Documentation/translations/zh_CN/process/submitting-patches.rst similarity index 100% rename from Documentation/translations/zh_CN/process/SubmittingPatches rename to Documentation/translations/zh_CN/process/submitting-patches.rst -- 2.19.1.856.g8858448bb