* [PATCH] Documentation: Update of broken link
@ 2017-10-24 18:03 Claudia Meitinger
2017-11-02 5:26 ` [PATCH resend] " Claudia Meitinger
0 siblings, 1 reply; 4+ messages in thread
From: Claudia Meitinger @ 2017-10-24 18:03 UTC (permalink / raw)
To: robh+dt, mark.rutland, devicetree, linux-kernel
The link of devicetree.org was broken. Site has
been moved to elinux.org.
Signed-off-by: Claudia Meitinger <claudia.meitinger@hs-augsburg.de>
---
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH resend] Documentation: Update of broken link
2017-10-24 18:03 [PATCH] Documentation: Update of broken link Claudia Meitinger
@ 2017-11-02 5:26 ` Claudia Meitinger
2017-11-05 16:44 ` Jonathan Corbet
0 siblings, 1 reply; 4+ messages in thread
From: Claudia Meitinger @ 2017-11-02 5:26 UTC (permalink / raw)
To: Jonathan Corbet, linux-doc, linux-kernel
The link of devicetree.org was broken. Site has
been moved to elinux.org.
Signed-off-by: Claudia Meitinger <claudia.meitinger@hs-augsburg.de>
---
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH resend] Documentation: Update of broken link
2017-11-02 5:26 ` [PATCH resend] " Claudia Meitinger
@ 2017-11-05 16:44 ` Jonathan Corbet
2017-11-05 17:00 ` Randy Dunlap
0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2017-11-05 16:44 UTC (permalink / raw)
To: Claudia Meitinger; +Cc: linux-doc, linux-kernel
On Thu, 2 Nov 2017 06:26:18 +0100
Claudia Meitinger <claudia.meitinger@hs-augsburg.de> wrote:
> The link of devicetree.org was broken. Site has
> been moved to elinux.org.
>
> Signed-off-by: Claudia Meitinger <claudia.meitinger@hs-augsburg.de>
> ---
> 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
That link works just fine for me ... ?
If you really think that this change needs to be made, please submit the
patch to the device tree maintainers; that area is not something that I
maintain.
Thanks,
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH resend] Documentation: Update of broken link
2017-11-05 16:44 ` Jonathan Corbet
@ 2017-11-05 17:00 ` Randy Dunlap
0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2017-11-05 17:00 UTC (permalink / raw)
To: Jonathan Corbet, Claudia Meitinger; +Cc: linux-doc, linux-kernel
On 11/05/2017 08:44 AM, Jonathan Corbet wrote:
> On Thu, 2 Nov 2017 06:26:18 +0100
> Claudia Meitinger <claudia.meitinger@hs-augsburg.de> wrote:
>
>> The link of devicetree.org was broken. Site has
>> been moved to elinux.org.
>>
>> Signed-off-by: Claudia Meitinger <claudia.meitinger@hs-augsburg.de>
>> ---
>> 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
>
> That link works just fine for me ... ?
The first link redirects to the second one for me, so IMO the second one
is the preferred link.
> If you really think that this change needs to be made, please submit the
> patch to the device tree maintainers; that area is not something that I
> maintain.
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-11-05 17:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-24 18:03 [PATCH] Documentation: Update of broken link Claudia Meitinger
2017-11-02 5:26 ` [PATCH resend] " Claudia Meitinger
2017-11-05 16:44 ` Jonathan Corbet
2017-11-05 17:00 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome