From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752200AbdKBF0j (ORCPT ); Thu, 2 Nov 2017 01:26:39 -0400 Received: from fly.RZ.HS-Augsburg.DE ([141.82.217.48]:42678 "EHLO fly.RZ.HS-Augsburg.DE" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751258AbdKBF0i (ORCPT ); Thu, 2 Nov 2017 01:26:38 -0400 Subject: [PATCH resend] Documentation: Update of broken link References: To: Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org From: Claudia Meitinger X-Forwarded-Message-Id: Message-ID: Date: Thu, 2 Nov 2017 06:26:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The link of devicetree.org was broken. Site has been moved to elinux.org. Signed-off-by: Claudia Meitinger --- Documentation/devicetree/usage-model.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/usage-model.txt b/Documentation/devicetree/usage-model.txt index 33a8aaac..d7248c2f 100644 --- a/Documentation/devicetree/usage-model.txt +++ b/Documentation/devicetree/usage-model.txt @@ -8,7 +8,7 @@ This article describes how Linux uses the device tree. An overview of the device tree data format can be found on the device tree usage page at devicetree.org[1]. -[1] http://devicetree.org/Device_Tree_Usage +[1] https://elinux.org/Device_Tree_Usage The "Open Firmware Device Tree", or simply Device Tree (DT), is a data structure and language for describing hardware. More specifically, it -- 2.11.0