Bug 112981

Summary: [Patch] Fix link to an tutorial about "German Umlauts"
Product: Documentation Reporter: Johann Kois <jkois>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Johann Kois freebsd_committer freebsd_triage 2007-05-25 09:10:10 UTC
In section 22.5.3 (German Language Localization (for All ISO 8859-1 Languages)) of the FreeBSD handbook there is a link to a tutorial about using "German Umlauts" on FreeBSD.  If you click on this link you get an error 404.

Fix: Enclosed is a patch which resolves this problem (it has to be applied to doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml):

--- chapter.sgml Mon Apr  9 12:37:37 2007
+++ chapter.sgml.new     Fri May 25 09:56:13 2007
@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Documentation Project

-     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml,v 1.123 2007/04/09 10:37:37 chinsan Exp $
+     $FreeBSD$
 -->

 <chapter id="l10n">
@@ -903,7 +903,7 @@
       <para>Slaven Rezic <email>eserte@cs.tu-berlin.de</email> wrote a
         tutorial how to use umlauts on a FreeBSD machine.  The tutorial
         is written in German and available at
-        <ulink url="http://www.de.FreeBSD.org/de/umlaute/"></ulink>.</para>
+        <ulink url="http://user.cs.tu-berlin.de/~eserte/FreeBSD/doc/umlaute/umlaute.html"></ulink>.</para>
     </sect2>

     <sect2>

Patch attached with submission follows:
How-To-Repeat: Click on the link "http://www.de.FreeBSD.org/de/umlaute/" in section 22.5.3 of the handbook.
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-05-27 10:37:15 UTC
brueffer    2007-05-27 09:37:10 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/l10n chapter.sgml 
  Log:
  Fix link.
  
  PR:             112981
  Submitted by:   jkois
  
  Revision  Changes    Path
  1.124     +1 -1      doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2007-05-27 10:37:18 UTC
State Changed
From-To: open->closed

Committed, thanks!