Bug 203346

Summary: Broken links in acknowledgement page of Developer's handbook to Thomas M. Sommers's webpage
Product: Documentation Reporter: luoh2
Component: WebsiteAssignee: Sevan Janiyan <sevan>
Status: Closed FIXED    
Severity: Affects Some People CC: sevan
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D11849
Attachments:
Description Flags
diff file containing the changes none

Description luoh2 2015-09-25 17:53:00 UTC
Created attachment 161397 [details]
diff file containing the changes

The link to Thomas M. Sommer's page titled 'How do I write "Hello, world" in FreeBSD assembler' on the acknowledgements page of the Developer's Handbook is broken. The original website that it was linked to is no longer up. I found a cached version of the original website on www.archive.org and an unformatted version of Thomas M. Sommer's article on another website, both of which are linked below. I replaced the original outdated link with the www.archive.org one because it has the original formatting of the HTML file. 


The page with the broken link: https://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/x86-acknowledgements.html

The replacement links: 
(1) https://web.archive.org/web/20090914064615/http://www.codebreakers-journal.com/content/view/262/27 

(2) http://marc.info/?l=freebsd-doc&m=103031506513257&w=2
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-08-11 15:49:57 UTC
A commit references this bug:

Author: sevan
Date: Fri Aug 11 15:49:09 UTC 2017
New revision: 50660
URL: https://svnweb.freebsd.org/changeset/doc/50660

Log:
  Site hosting "How do I write "Hello, world" in FreeBSD assembler" is no longer around.
  Switch to archive.org mirror.

  PR:             203346
  Submitted by:   <luoh2 AT rpi DOT edu>
  Approved by:    bcr (mentor)
  Differential Revision:  https://reviews.freebsd.org/D11849

Changes:
  head/en_US.ISO8859-1/books/developers-handbook/x86/chapter.xml
Comment 2 Sevan Janiyan freebsd_committer freebsd_triage 2017-08-11 15:51:33 UTC
Fixed, thanks for the patch.