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=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 770B1C2BA19 for ; Wed, 15 Apr 2020 14:47:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 487592078B for ; Wed, 15 Apr 2020 14:47:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586962061; bh=ZsscMf1AfiINRcBazOWFTEXY2GF/mu4vBXJRAZLmuwM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=U0Fw9kDc9wjBU4DDBGiIDpc6QDMMH4qj/0+sOncpDXVySFEd9tZzJRTn10rZ0Pkvp nqWklWe+HTyZkq8lJZsPr+WteEM2ZuvtY7BB1eQrTqY9+Kr/gXQli5soIiJiplUCFx agC8Ds9hNS3XpNR/Sqe86+3iGK2zNtis0SO16xL0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392408AbgDOOrh (ORCPT ); Wed, 15 Apr 2020 10:47:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:39934 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2634618AbgDOOp3 (ORCPT ); Wed, 15 Apr 2020 10:45:29 -0400 Received: from mail.kernel.org (ip5f5ad4d8.dynamic.kabel-deutschland.de [95.90.212.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D9B4F20936; Wed, 15 Apr 2020 14:45:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586961929; bh=ZsscMf1AfiINRcBazOWFTEXY2GF/mu4vBXJRAZLmuwM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GIhwo/yjnbYuhcaHmXv9Vj0iktmwEQdGF4mSg4TsFuSoHgjDj8vkfjtekGmb8RJgd XyJzsK3vTtOixEb3ULWtFRZ55aVQfqVivvq3Vh2vxrhiIIwlfYwNuQlWn34W99/y0l kHrzk9CTNhZw1dn+qt7Sp3TauwT8eex5A4wAKjes= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jOjI7-006kZJ-5e; Wed, 15 Apr 2020 16:45:27 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH v3 03/12] docs: dt: usage_model.rst: fix link for DT usage Date: Wed, 15 Apr 2020 16:45:17 +0200 Message-Id: <5af2521377cecc4b5f7cc9253600ff335c596ee2.1586961793.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The devicetree.org doesn't host the Device_Tree_Usage page anymore. So, fix the link to point to a new address. Signed-off-by: Mauro Carvalho Chehab --- Documentation/devicetree/usage-model.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/usage-model.rst b/Documentation/devicetree/usage-model.rst index 326d7af10c5b..e1b42dc63f01 100644 --- a/Documentation/devicetree/usage-model.rst +++ b/Documentation/devicetree/usage-model.rst @@ -12,7 +12,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.25.2