From patchwork Thu Jun 18 14:44:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masanari Iida X-Patchwork-Id: 6638561 Return-Path: X-Original-To: patchwork-linux-scsi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7F6A29F358 for ; Thu, 18 Jun 2015 14:45:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A5C3F20843 for ; Thu, 18 Jun 2015 14:45:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 27F932082F for ; Thu, 18 Jun 2015 14:45:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755807AbbFROod (ORCPT ); Thu, 18 Jun 2015 10:44:33 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34854 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754557AbbFROoZ (ORCPT ); Thu, 18 Jun 2015 10:44:25 -0400 Received: by pacyx8 with SMTP id yx8so62951876pac.2; Thu, 18 Jun 2015 07:44:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=z4zJCPs4OAe4YnrDy4uaXvfZ1lXM2WUfZGlZVBMDIjg=; b=xUoFmU/4ZK2Gt+NxENJ+OMSG6zhZUlHAg2OzvY91BdNQ40SxkUpZ3IKW+xs2xdtWHa DR2rWgf7RJMp3uUtO8bk8pLGxuXitMuS9vv+nHnQegBKqeNOTxXdchak3KwniZv29Pl3 BHSItndybeomi+MK/mO0lRTh6bFkIJWhaqz9jMpsgyRBHHjo2AJflBzM2LZGLpbQrdab l5CCdTyZHjv9qJEsZUl/2oi+lZnPrXfLvlS9W0h724qS0iWVGVViodh5H81whD19yN8x h4Sk+9r9NMe9N1JMicWWwHTYc3k1s7SmCui8iC2cu0jiVcRyRHr1dr1OQhlMNwZbPnlu RrqQ== X-Received: by 10.66.150.196 with SMTP id uk4mr22173222pab.54.1434638664240; Thu, 18 Jun 2015 07:44:24 -0700 (PDT) Received: from masabert (i118-21-156-233.s30.a048.ap.plala.or.jp. [118.21.156.233]) by mx.google.com with ESMTPSA id v9sm8306963pdr.96.2015.06.18.07.44.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Jun 2015 07:44:23 -0700 (PDT) Received: by masabert (Postfix, from userid 1000) id 058E4E58E0; Thu, 18 Jun 2015 23:44:29 +0900 (JST) From: Masanari Iida To: linux-kernel@vger.kernel.org, corbet@lwn.net, JBottomley@odin.com, linux-scsi@vger.kernel.org, linux-doc@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] Doc: Docbook: Change wikipedia's URL from http to https in scsi.tmpl Date: Thu, 18 Jun 2015 23:44:25 +0900 Message-Id: <1434638665-5761-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.4.4.408.g16da57c Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Recently wikipedia announced to secure access to the servers. Now all http access re-route to https. Signed-off-by: Masanari Iida --- Documentation/DocBook/scsi.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/DocBook/scsi.tmpl b/Documentation/DocBook/scsi.tmpl index 324b534..4b9b9b2 100644 --- a/Documentation/DocBook/scsi.tmpl +++ b/Documentation/DocBook/scsi.tmpl @@ -81,7 +81,7 @@ SAS, Fibre Channel, FireWire, and ATAPI devices. SCSI packets are also commonly exchanged over Infiniband, I20, TCP/IP - (iSCSI), even + (iSCSI), even Parallel ports.