From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C5F9C0044D for ; Sun, 15 Mar 2020 02:47:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D47E8205F4 for ; Sun, 15 Mar 2020 02:47:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727222AbgCOCri convert rfc822-to-8bit (ORCPT ); Sat, 14 Mar 2020 22:47:38 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:57134 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726838AbgCOCri (ORCPT ); Sat, 14 Mar 2020 22:47:38 -0400 Received: from 185.80.35.16 (185.80.35.16) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.341) id 4a46121284671a62; Sat, 14 Mar 2020 11:47:36 +0100 From: "Rafael J. Wysocki" To: Alex Hung Cc: viresh.kumar@linaro.org, corbet@lwn.net, linux-pm@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH] Documentation: intel_pstate: update links for references Date: Sat, 14 Mar 2020 11:47:35 +0100 Message-ID: <2292804.jGeqd3P1IT@kreacher> In-Reply-To: <20200306002350.9166-1-alex.hung@canonical.com> References: <20200306002350.9166-1-alex.hung@canonical.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Friday, March 6, 2020 1:23:50 AM CET Alex Hung wrote: > URLs for presentation and Intel Software Developer’s Manual are updated > as they were using "http" which are gradually replaced by "https". > > Signed-off-by: Alex Hung > --- > Documentation/admin-guide/pm/intel_pstate.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/admin-guide/pm/intel_pstate.rst b/Documentation/admin-guide/pm/intel_pstate.rst > index 67e414e34f37..ad392f3aee06 100644 > --- a/Documentation/admin-guide/pm/intel_pstate.rst > +++ b/Documentation/admin-guide/pm/intel_pstate.rst > @@ -734,10 +734,10 @@ References > ========== > > .. [1] Kristen Accardi, *Balancing Power and Performance in the Linux Kernel*, > - http://events.linuxfoundation.org/sites/events/files/slides/LinuxConEurope_2015.pdf > + https://events.static.linuxfound.org/sites/events/files/slides/LinuxConEurope_2015.pdf > > .. [2] *Intel® 64 and IA-32 Architectures Software Developer’s Manual Volume 3: System Programming Guide*, > - http://www.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-system-programming-manual-325384.html > + https://www.intel.com/content/www/us/en/architecture-and-technology/64-ia-32-architectures-software-developer-system-programming-manual-325384.html > > .. [3] *Advanced Configuration and Power Interface Specification*, > https://uefi.org/sites/default/files/resources/ACPI_6_3_final_Jan30.pdf > Applied as 5.7 material, thanks!