Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1068595ybh; Mon, 13 Jul 2020 08:34:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxo3J8/xm6PTg4SpKANXhVyUm745tgzNcm1kIdkg0rvLFh2Z+T2vh4P4pTh8atjlKaaRpx2 X-Received: by 2002:a50:f08c:: with SMTP id v12mr89972536edl.119.1594654499352; Mon, 13 Jul 2020 08:34:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594654499; cv=none; d=google.com; s=arc-20160816; b=l/IPeTiX0PY9ybvCcpqB0aHq+qw7+St+yz2G0LgcWnO8Va8yoEBaB5lpe+i8Kp7m+G XupszyG7WZOqTMqyh81DZ2OjLBOz9oPPVovgRyczqPfp5KOd/OliXf/d5vekiMKcUGjQ sretpgNMesNfMkv0OVcTNMNF0pKGqUvF2funNA0o0Wniz7A8MmCE5pL89wrpA3a7MImw WJpwuKndyNaSaWp4ivZFWH2sMaZBbGatL6GacnLJW2gAXN79ezNJQEP6iTtxtEvVHzYE lmU8RTTnVdtiu8pYwXXYQz2oOJeGIYbIvqyz7wPkntY/DBC1neTB00rRXSRvH10K6CZB V3Sw== 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=9rHArd5W4BkOxXYnMoFekPlb45L5VkZ35J9x7M66M5Y=; b=exAJrB7vGK92QbB61uSXVEP1gxY0veBUTA+Y6MDqFUhM6M1pPYif9E1O63I5/mY+Ny qwThfqXQHlp+JaKA+2QiNJBWVpHErmUaU332WWZoo0613/H12xMWTMwEVaYqmNnbC7IC 0PUbGtkQdbV737XhdbW6EkHolKMWPuEvfSuwkA/iuqrQokJ4r1D8Sz3h5OwVNAr1bTWX stssV/RLyLAx9bCWlTUD2VSTpYFVmSMfPiXRtHWsTvuMH07AIacUacxl0LpXQiNMCW92 TEGGtKGPupg0MEBxsQXHfrMKr2Oa4hAzvw4dQBZsZ7eft+lhlDn70QlZ+cwY6DXdnkD2 ZVkQ== 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 dm22si11980150ejc.535.2020.07.13.08.34.36; Mon, 13 Jul 2020 08:34:59 -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 S1730092AbgGMPdi (ORCPT + 99 others); Mon, 13 Jul 2020 11:33:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729687AbgGMPdi (ORCPT ); Mon, 13 Jul 2020 11:33:38 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 790C8C061755; Mon, 13 Jul 2020 08:33:38 -0700 (PDT) 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 0E1112E2; Mon, 13 Jul 2020 15:33:38 +0000 (UTC) Date: Mon, 13 Jul 2020 09:33:37 -0600 From: Jonathan Corbet To: "Alexander A. Klimov" Cc: dhowells@redhat.com, linux-cachefs@redhat.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: filesystems: Replace HTTP links with HTTPS ones Message-ID: <20200713093337.2f8f409a@lwn.net> In-Reply-To: <20200713113705.33773-1-grandmaster@al2klimov.de> References: <20200713113705.33773-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:37:05 +0200 "Alexander A. Klimov" wrote: > Documentation/filesystems/caching/cachefiles.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/filesystems/caching/cachefiles.rst b/Documentation/filesystems/caching/cachefiles.rst > index 65d3db476765..e58bc1fd312a 100644 > --- a/Documentation/filesystems/caching/cachefiles.rst > +++ b/Documentation/filesystems/caching/cachefiles.rst > @@ -348,7 +348,7 @@ data cached therein; nor is it permitted to create new files in the cache. > > There are policy source files available in: > > - http://people.redhat.com/~dhowells/fscache/cachefilesd-0.8.tar.bz2 > + https://people.redhat.com/~dhowells/fscache/cachefilesd-0.8.tar.bz2 > > and later versions. In that tarball, see the files:: Applied, thanks. jon