From 4ab9f37ef94d0fd6662eb4793ce80be25373a344 Mon Sep 17 00:00:00 2001
From: Marc Fonvieille <blackend@FreeBSD.org>
Date: Mon, 13 Jul 2009 07:37:11 +0000
Subject: [PATCH] Fix broken link.

Spotted by:	Glen Barber <glen.j.barber@gmail.com>
PR:		docs/136681
---
 en_US.ISO8859-1/books/developers-handbook/x86/chapter.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en_US.ISO8859-1/books/developers-handbook/x86/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/x86/chapter.sgml
index 65874693e3..43bd4497dd 100644
--- a/en_US.ISO8859-1/books/developers-handbook/x86/chapter.sgml
+++ b/en_US.ISO8859-1/books/developers-handbook/x86/chapter.sgml
@@ -6464,7 +6464,7 @@ system programming in general and FreeBSD in particular.
 
 <para>
 Thomas M. Sommers opened the door for me. His
-<ulink url="http://user.nj.net/~tms/hello.html">How
+<ulink url="http://www.codebreakers-journal.com/content/view/262/27/">How
 do I write "Hello, world" in FreeBSD assembler?</ulink>
 web page was my first encounter with an example of
 assembly language programming under FreeBSD.