Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp3514699ybl; Tue, 21 Jan 2020 02:08:58 -0800 (PST) X-Google-Smtp-Source: APXvYqwj2eqZGr9OOixGWKK5jajvx1B/AGvTpm3xZEQ4m/gDQB0hF8LkNTEAPc3Eb9ALUG33f0/+ X-Received: by 2002:aca:dc45:: with SMTP id t66mr2468248oig.39.1579601338511; Tue, 21 Jan 2020 02:08:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579601338; cv=none; d=google.com; s=arc-20160816; b=soWUx8eApqTDv2MGQ+i9lmCoBYVCukiXM0VHSryeS1JsKA5S/w8XLtxDcOJQcxgHrD MaOtLUPWY6XH1AsIvjToxizn92tF2ucsfgDrYYTiRK4vr4EG2ep79NnuEDIyJhxBpUX5 IsOsy/hbh0Bs1veOUmN7rTtSWbXr/SyMK++vF4uL+8HQwoR2sOTXQOlFHXruI/tbLZDL /N4VjooMryyB+f5uQFt88zfCjSoowh9zaC3VSXfvg13tAm32skzyteMKJpHtQQ/AnupE 9Q4gEmY+17Qy0pJHytgjK/aQ3bqQpnTz7w7uovQfbF260wanbG3E4weifHoCjfoYInjS B8Kg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=xwj8NvagXGhFZInqdCwcKrffN+fpQElWywvQNnx1QkQ=; b=RqknbvsrRQJsP9t4fcQzoDcxTQCM5nYwQdHf4awpT+gjFjk1wECTPoS8FIZVLGliky NGs27PzS0WNbwX5G2pGWa7M9UOeHbudtwIOsQaOkphoSA0XYVqGOJWITZjCDdpzdCPJe k8UstGii6JPdFYHWEU8gE2XyHOBr0HlmcsogbH3ElsED6nYs2xKIdMB0SmGGoT4yqvTk UcE7TEEoAibY0asEStJX+NQAZxgGd1GKEztg/uyeiXgrUjtlkaZD7zaBFLH8xFen6S4M zHzywviKaNwWIV8sPl4JgJrvhVV5fdsQ+2gABsHVYgVVPj/LXAfMbFHkKoxWQhrq4SaI c3Bg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z22si8097968otq.94.2020.01.21.02.08.45; Tue, 21 Jan 2020 02:08:58 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729238AbgAUKHo (ORCPT + 99 others); Tue, 21 Jan 2020 05:07:44 -0500 Received: from mx2.suse.de ([195.135.220.15]:54194 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728512AbgAUKHo (ORCPT ); Tue, 21 Jan 2020 05:07:44 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 6E89BAE4B; Tue, 21 Jan 2020 10:07:42 +0000 (UTC) Date: Tue, 21 Jan 2020 11:07:41 +0100 From: Jean Delvare To: Luca Ceresoli Cc: linux-doc@vger.kernel.org, linux-i2c@vger.kernel.org, Wolfram Sang , Peter Rosin , linux-kernel@vger.kernel.org Subject: Re: [PATCH 20/26] docs: i2c: instantiating-devices: fix internal hyperlink Message-ID: <20200121110741.347bad7a@endymion> In-Reply-To: <20200105225012.11701-20-luca@lucaceresoli.net> References: <20200105224006.10321-1-luca@lucaceresoli.net> <20200105225012.11701-1-luca@lucaceresoli.net> <20200105225012.11701-20-luca@lucaceresoli.net> Organization: SUSE Linux X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 5 Jan 2020 23:50:06 +0100, Luca Ceresoli wrote: > Use ReST syntax so that a proper hyperlink is generated. > > Signed-off-by: Luca Ceresoli > --- > Documentation/i2c/instantiating-devices.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/i2c/instantiating-devices.rst b/Documentation/i2c/instantiating-devices.rst > index cf5d9828e823..5debaafef64d 100644 > --- a/Documentation/i2c/instantiating-devices.rst > +++ b/Documentation/i2c/instantiating-devices.rst > @@ -86,7 +86,7 @@ Method 1c: Declare the I2C devices via ACPI > ------------------------------------------- > > ACPI can also describe I2C devices. There is special documentation for this > -which is currently located at Documentation/firmware-guide/acpi/enumeration.rst. > +which is currently located at :doc:`../firmware-guide/acpi/enumeration` . You have an extra space before the dot, I don't think the ReST syntax requires that? > > > Method 2: Instantiate the devices explicitly Reviewed-by: Jean Delvare -- Jean Delvare SUSE L3 Support