Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1068383ybh; Mon, 13 Jul 2020 08:34:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxxhaDrP5giwVAzxd01xuCp6Bklr3VOx1bP5pkFcl0Sa2PCiluz0fvyaGKKVOXfIb33LdGB X-Received: by 2002:a17:906:46cd:: with SMTP id k13mr332781ejs.312.1594654482621; Mon, 13 Jul 2020 08:34:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594654482; cv=none; d=google.com; s=arc-20160816; b=nSfUIda0SSq3XONI7IZa9W2bdl+wpu5D8bWDxlxPygIl8BflJd6CY/Issc/iaRsvdE kyfZ106WU6zo/f49SItiNbmLaJUUCApy6Iuq9va1Sv9F8wWmhahNwQWH5NJ8JhoQ7c6y L3AamRn/lbVBTepHfBjOElBU6VGZvaa/VfeDHSHsULoF7p5+QjoO3gBelbkYiD6EcYzt vq61iNKIb5Jh+Jc593e2J+F8k6ql+sy0OIvN2LKhwufx47jXfO0IRqDlti1VPMz/8Xv9 KYdQrnLCF4FZtqf/g4hYNI7SwucMFmKbFZHyjaQT9qWaApRZZzOxEeQKrkCn0W8sZAZ6 vZjA== 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=BxrM/X71JvC37GIPsbGKvn3xU5EqAoLYiPtb31NY72w=; b=DgNwvIM3bg+a0GEx+ZVUcTuC3xDjxQMG58o0/Hpja8kOyJ70DxHINYwTfJ2icTpBCL URiEk9d8nSbw50jpUIbbNERGrl5npGeYfEy6xgzbjlr/sqPimrimgSE99EWWHu2At0C2 29yPk+anoKA9lidXYGfGWmP7MWrBAI/KQbkiFOBX+8kYpx8kol5rSHIcVWoFVxxAIT/A tScPJeDnUkWG+4dybmzZaY6xPD8OLnuG2HwAF38nPMuB8MTneNeqsS4exKpk39Ljqtrk 66sSm7QCyrMuTDznxUT7s9LubLMooTIXjoAV5eDv5NcopRf2Jf2DlNN6i8HIuMG9KUUL MpnQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b7si13299587edz.250.2020.07.13.08.34.19; Mon, 13 Jul 2020 08:34:42 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730098AbgGMPc6 (ORCPT + 99 others); Mon, 13 Jul 2020 11:32:58 -0400 Received: from ms.lwn.net ([45.79.88.28]:35520 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729846AbgGMPc5 (ORCPT ); Mon, 13 Jul 2020 11:32:57 -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 9B2A62E2; Mon, 13 Jul 2020 15:32:56 +0000 (UTC) Date: Mon, 13 Jul 2020 09:32:55 -0600 From: Jonathan Corbet To: "Alexander A. Klimov" Cc: bbrezillon@kernel.org, linux-i3c@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: driver-api: i3c: Replace HTTP links with HTTPS ones Message-ID: <20200713093255.0a181730@lwn.net> In-Reply-To: <20200713112657.33694-1-grandmaster@al2klimov.de> References: <20200713112657.33694-1-grandmaster@al2klimov.de> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 13 Jul 2020 13:26:57 +0200 "Alexander A. Klimov" wrote: > Documentation/driver-api/i3c/protocol.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/driver-api/i3c/protocol.rst b/Documentation/driver-api/i3c/protocol.rst > index dae3b6d32c6b..02653defa011 100644 > --- a/Documentation/driver-api/i3c/protocol.rst > +++ b/Documentation/driver-api/i3c/protocol.rst > @@ -14,7 +14,7 @@ collisions are prevented, ...) please have a look at the I3C specification. > This document is just a brief introduction to the I3C protocol and the concepts > it brings to the table. If you need more information, please refer to the MIPI > I3C specification (can be downloaded here > -http://resources.mipi.org/mipi-i3c-v1-download). > +https://resources.mipi.org/mipi-i3c-v1-download). Applied, thanks. jon