Bug 218071

Summary: stale link in Developer's Handbook
Product: Documentation Reporter: Ian A Rios <riosi>
Component: Books & ArticlesAssignee: Sevan Janiyan <sevan>
Status: Closed FIXED    
Severity: Affects Many People CC: maxim, sevan
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D10259
Attachments:
Description Flags
dead link fix none

Description Ian A Rios 2017-03-24 17:11:54 UTC
Created attachment 181147 [details]
dead link fix

On the page https://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/x86-fpu.html the link that leads to " Richard Startz' 8087/80287/80387 for the IBM PC & Compatibles " is dead and displays an internal server error.
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2017-03-24 17:21:39 UTC
Hello Ian,

Amazon still has this book:

https://www.amazon.com/80287-I-B-M-Personal-Computer-Compatibles/dp/013246604X

We need just replace the dead link with it perhaps.
Comment 2 Sevan Janiyan freebsd_committer freebsd_triage 2017-04-03 19:59:20 UTC
The link originally to the cgi script redirected to http://www.amazon.com/exec/obidos/ASIN/013246604X/whizkidtechnomag
Will get that replaced.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-04-04 13:13:36 UTC
A commit references this bug:

Author: sevan
Date: Tue Apr  4 13:13:11 UTC 2017
New revision: 50127
URL: https://svnweb.freebsd.org/changeset/doc/50127

Log:
  We point to broken CGI script which redirects to Amazon if working.
  Replace link with the target Amazon URL visitor would be redirected to normally.

  PR:		218071
  Submitted by:	Ian A Rios <riosi AT rpi edu>
  Approved by:	bcr (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10259

Changes:
  head/en_US.ISO8859-1/books/developers-handbook/x86/chapter.xml
Comment 4 Sevan Janiyan freebsd_committer freebsd_triage 2017-04-04 13:21:23 UTC
Committed, thank you for the patch!