linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [trivial] Documentation: fix broken URLs
@ 2012-02-13  9:09 Michael Opdenacker
  2012-02-13  9:09 ` [PATCH 1/2] [trivial] Documentation: broken URL in filesystems Michael Opdenacker
  2012-02-13  9:09 ` [PATCH 2/2] [trivial] Documentation: broken URL in libata Michael Opdenacker
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Opdenacker @ 2012-02-13  9:09 UTC (permalink / raw)
  To: rdunlap, trivial, lucas.demarchi, linux-doc, linux-kernel

I found two broken hyperlinks in kernel DocBook documentation.
I found these links by running the klinkstatus tool on our website,
which happens to include a copy of kernel documentation
(http://free-electrons.com/kerneldoc/)

Here are fixes with proposed URL replacements for the same resources.
Don't hesitate to let me know if you find better replacements.

Thanks,

Michael.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/2] [trivial] Documentation: broken URL in filesystems
  2012-02-13  9:09 [trivial] Documentation: fix broken URLs Michael Opdenacker
@ 2012-02-13  9:09 ` Michael Opdenacker
  2012-02-13 17:19   ` Randy Dunlap
  2012-02-13  9:09 ` [PATCH 2/2] [trivial] Documentation: broken URL in libata Michael Opdenacker
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Opdenacker @ 2012-02-13  9:09 UTC (permalink / raw)
  To: rdunlap, trivial, lucas.demarchi, linux-doc, linux-kernel
  Cc: Michael Opdenacker

Fix broken link in Documentation/filesystem, replacing
ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz
by a URL on http://boot.kernel.org

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 Documentation/DocBook/filesystems.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/DocBook/filesystems.tmpl b/Documentation/DocBook/filesystems.tmpl
index f51f285..2b3de6d 100644
--- a/Documentation/DocBook/filesystems.tmpl
+++ b/Documentation/DocBook/filesystems.tmpl
@@ -387,7 +387,7 @@ an example.
      <title>See also</title>
 	<para>
 	  <citation>
-	   <ulink url="ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz">
+	   <ulink url="http://boot.kernel.org/pub/linux/kernel/people/sct/ext3/journal-design.ps.gz">
 	   	Journaling the Linux ext2fs Filesystem, LinuxExpo 98, Stephen Tweedie
 	   </ulink>
 	  </citation>
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] [trivial] Documentation: broken URL in libata
  2012-02-13  9:09 [trivial] Documentation: fix broken URLs Michael Opdenacker
  2012-02-13  9:09 ` [PATCH 1/2] [trivial] Documentation: broken URL in filesystems Michael Opdenacker
@ 2012-02-13  9:09 ` Michael Opdenacker
  2012-02-13 17:22   ` Randy Dunlap
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Opdenacker @ 2012-02-13  9:09 UTC (permalink / raw)
  To: rdunlap, trivial, lucas.demarchi, linux-doc, linux-kernel
  Cc: Michael Opdenacker

Fix broken link to license text:
http://www.opensource.org/licenses/osl-1.1.txt
The text for version 1.1 of the Open Sofware license doesn't seem
to be available anywhere on http://www.opensource.org/ any more.
Replace it with a snapshot from the Internet Wayback Machine.

I first thought about hosting a copy of this file on my
own website, but my website has less authority than
an explicit backup of the original location.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 Documentation/DocBook/libata.tmpl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl
index cdd1bb9..bda33c1 100644
--- a/Documentation/DocBook/libata.tmpl
+++ b/Documentation/DocBook/libata.tmpl
@@ -22,8 +22,8 @@
    <para>
    The contents of this file are subject to the Open
    Software License version 1.1 that can be found at
-   <ulink url="http://www.opensource.org/licenses/osl-1.1.txt">http://www.opensource.org/licenses/osl-1.1.txt</ulink> and is included herein
-   by reference.
+   <ulink url="http://web.archive.org/web/20060924133258/http://www.opensource.org/licenses/osl-1.1.txt">http://web.archive.org/web/20060924133258/http://www.opensource.org/licenses/osl-1.1.txt</ulink>
+   and is included herein by reference.
    </para>
 
    <para>
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] [trivial] Documentation: broken URL in filesystems
  2012-02-13  9:09 ` [PATCH 1/2] [trivial] Documentation: broken URL in filesystems Michael Opdenacker
@ 2012-02-13 17:19   ` Randy Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2012-02-13 17:19 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: trivial, lucas.demarchi, linux-doc, linux-kernel

On 02/13/2012 01:09 AM, Michael Opdenacker wrote:
> Fix broken link in Documentation/filesystem, replacing
> ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz
> by a URL on http://boot.kernel.org

Please drop the "boot." portion.  It is not needed.

http://kernel.org/pub/linux/kernel/people/sct/ext3/
works fine.

> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> ---
>  Documentation/DocBook/filesystems.tmpl |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Documentation/DocBook/filesystems.tmpl b/Documentation/DocBook/filesystems.tmpl
> index f51f285..2b3de6d 100644
> --- a/Documentation/DocBook/filesystems.tmpl
> +++ b/Documentation/DocBook/filesystems.tmpl
> @@ -387,7 +387,7 @@ an example.
>       <title>See also</title>
>  	<para>
>  	  <citation>
> -	   <ulink url="ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/journal-design.ps.gz">
> +	   <ulink url="http://boot.kernel.org/pub/linux/kernel/people/sct/ext3/journal-design.ps.gz">
>  	   	Journaling the Linux ext2fs Filesystem, LinuxExpo 98, Stephen Tweedie
>  	   </ulink>
>  	  </citation>


-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] [trivial] Documentation: broken URL in libata
  2012-02-13  9:09 ` [PATCH 2/2] [trivial] Documentation: broken URL in libata Michael Opdenacker
@ 2012-02-13 17:22   ` Randy Dunlap
  2012-09-13  4:18     ` Jeff Garzik
  0 siblings, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2012-02-13 17:22 UTC (permalink / raw)
  To: Michael Opdenacker
  Cc: trivial, lucas.demarchi, linux-doc, Linux Kernel Mailing List,
	linux-ide, Jeff Garzik

On 02/13/2012 01:09 AM, Michael Opdenacker wrote:
> Fix broken link to license text:
> http://www.opensource.org/licenses/osl-1.1.txt
> The text for version 1.1 of the Open Sofware license doesn't seem
> to be available anywhere on http://www.opensource.org/ any more.
> Replace it with a snapshot from the Internet Wayback Machine.

That's one option.
Too bad opensource.org doesn't provide archives.

OSL v1.1 is also available here:
http://fedoraproject.org/wiki/Licensing:OSL1.1

and here:
http://www.samurajdata.se/opensource/mirror/licenses/osl.php

Jeff, I don't suppose there is any chance of changing this file's license?
(since the Debian people found it to be a problem .. long ago)


> I first thought about hosting a copy of this file on my
> own website, but my website has less authority than
> an explicit backup of the original location.
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> ---
>  Documentation/DocBook/libata.tmpl |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl
> index cdd1bb9..bda33c1 100644
> --- a/Documentation/DocBook/libata.tmpl
> +++ b/Documentation/DocBook/libata.tmpl
> @@ -22,8 +22,8 @@
>     <para>
>     The contents of this file are subject to the Open
>     Software License version 1.1 that can be found at
> -   <ulink url="http://www.opensource.org/licenses/osl-1.1.txt">http://www.opensource.org/licenses/osl-1.1.txt</ulink> and is included herein
> -   by reference.
> +   <ulink url="http://web.archive.org/web/20060924133258/http://www.opensource.org/licenses/osl-1.1.txt">http://web.archive.org/web/20060924133258/http://www.opensource.org/licenses/osl-1.1.txt</ulink>
> +   and is included herein by reference.
>     </para>
>  
>     <para>


-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] [trivial] Documentation: broken URL in libata
  2012-02-13 17:22   ` Randy Dunlap
@ 2012-09-13  4:18     ` Jeff Garzik
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Garzik @ 2012-09-13  4:18 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Michael Opdenacker, trivial, lucas.demarchi, linux-doc,
	Linux Kernel Mailing List, linux-ide

On 02/13/2012 12:22 PM, Randy Dunlap wrote:
> On 02/13/2012 01:09 AM, Michael Opdenacker wrote:
>> Fix broken link to license text:
>> http://www.opensource.org/licenses/osl-1.1.txt
>> The text for version 1.1 of the Open Sofware license doesn't seem
>> to be available anywhere on http://www.opensource.org/ any more.
>> Replace it with a snapshot from the Internet Wayback Machine.
>
> That's one option.
> Too bad opensource.org doesn't provide archives.
>
> OSL v1.1 is also available here:
> http://fedoraproject.org/wiki/Licensing:OSL1.1
>
> and here:
> http://www.samurajdata.se/opensource/mirror/licenses/osl.php
>
> Jeff, I don't suppose there is any chance of changing this file's license?
> (since the Debian people found it to be a problem .. long ago)

Yeah, that's fine...




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-13  4:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-13  9:09 [trivial] Documentation: fix broken URLs Michael Opdenacker
2012-02-13  9:09 ` [PATCH 1/2] [trivial] Documentation: broken URL in filesystems Michael Opdenacker
2012-02-13 17:19   ` Randy Dunlap
2012-02-13  9:09 ` [PATCH 2/2] [trivial] Documentation: broken URL in libata Michael Opdenacker
2012-02-13 17:22   ` Randy Dunlap
2012-09-13  4:18     ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).