From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754331AbeDBHMv (ORCPT ); Mon, 2 Apr 2018 03:12:51 -0400 Received: from mail-pl0-f67.google.com ([209.85.160.67]:36761 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754206AbeDBHMt (ORCPT ); Mon, 2 Apr 2018 03:12:49 -0400 X-Google-Smtp-Source: AIpwx48xc3saM7ZUPza1btV+dBcPYgJLtsmQABKeYiCOPDWeyUhisqoBWpDu7RWPEvm6Fl+IpPf3bg== Date: Mon, 2 Apr 2018 12:42:46 +0530 From: Viresh Kumar To: Sanjeev Gupta Cc: corbet@lwn.net, linux-pm@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/thermal: Check links and convert to https Message-ID: <20180402071246.GF4714@vireshk-i7> References: <20180328145913.14026-1-ghane0@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180328145913.14026-1-ghane0@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28-03-18, 22:59, Sanjeev Gupta wrote: > All links working. And why is it important to convert them to https ? > Signed-off-by: Sanjeev Gupta > --- > Documentation/thermal/cpu-cooling-api.txt | 2 +- > Documentation/thermal/nouveau_thermal | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/thermal/cpu-cooling-api.txt b/Documentation/thermal/cpu-cooling-api.txt > index 7df567eaea1a..32917d178c51 100644 > --- a/Documentation/thermal/cpu-cooling-api.txt > +++ b/Documentation/thermal/cpu-cooling-api.txt > @@ -5,7 +5,7 @@ Written by Amit Daniel Kachhap > > Updated: 6 Jan 2015 > > -Copyright (c) 2012 Samsung Electronics Co., Ltd(http://www.samsung.com) > +Copyright (c) 2012 Samsung Electronics Co., Ltd (https://www.samsung.com) > > 0. Introduction > > diff --git a/Documentation/thermal/nouveau_thermal b/Documentation/thermal/nouveau_thermal > index 6e17a11efcb0..502b0b95c2e2 100644 > --- a/Documentation/thermal/nouveau_thermal > +++ b/Documentation/thermal/nouveau_thermal > @@ -79,4 +79,4 @@ Thermal management on Nouveau is new and may not work on all cards. If you have > inquiries, please ping mupuf on IRC (#nouveau, freenode). > > Bug reports should be filled on Freedesktop's bug tracker. Please follow > -http://nouveau.freedesktop.org/wiki/Bugs > +https://nouveau.freedesktop.org/wiki/Bugs > -- > 2.15.1 -- viresh