From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.7 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id D023A7D2F0 for ; Tue, 27 Aug 2019 13:48:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726257AbfH0Ns1 (ORCPT ); Tue, 27 Aug 2019 09:48:27 -0400 Received: from ms.lwn.net ([45.79.88.28]:37120 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725825AbfH0Ns1 (ORCPT ); Tue, 27 Aug 2019 09:48:27 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 70A72537; Tue, 27 Aug 2019 13:48:26 +0000 (UTC) Date: Tue, 27 Aug 2019 07:48:25 -0600 From: Jonathan Corbet To: Gerald BAEZA Cc: "mcoquelin.stm32@gmail.com" , Alexandre TORGUE , "linux-doc@vger.kernel.org" , "linux-stm32@st-md-mailman.stormreply.com" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] Documentation: add link to stm32mp157 docs Message-ID: <20190827074825.64a28e88@lwn.net> In-Reply-To: <1566908347-92201-1-git-send-email-gerald.baeza@st.com> References: <1566908347-92201-1-git-send-email-gerald.baeza@st.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, 27 Aug 2019 12:19:32 +0000 Gerald BAEZA wrote: > Link to the online stm32mp157 documentation added > in the overview. > > Signed-off-by: Gerald Baeza > --- > Documentation/arm/stm32/stm32mp157-overview.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/arm/stm32/stm32mp157-overview.rst b/Documentation/arm/stm32/stm32mp157-overview.rst > index f62fdc8..8d5a476 100644 > --- a/Documentation/arm/stm32/stm32mp157-overview.rst > +++ b/Documentation/arm/stm32/stm32mp157-overview.rst > @@ -14,6 +14,12 @@ It features: > - Standard connectivity, widely inherited from the STM32 MCU family > - Comprehensive security support > > +Resources > +--------- > + > +Datasheet and reference manual are publicly available on ST website: > +.. _STM32MP157: https://www.st.com/en/microcontrollers-microprocessors/stm32mp157.html > + Adding the URL is a fine idea. But you don't need the extra syntax to create a link if you're not going to actually make a link out of it. So I'd take the ".. _STM32MP157:" part out and life will be good. Thanks, jon