Bug 170915

Summary: Out-dated dev links at http://www.freebsd.org/platforms/ppc.html
Product: Documentation Reporter: Sean <thepreacher>
Component: Books & ArticlesAssignee: Isabell Long <issyl0>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sean 2012-08-23 13:10:01 UTC
Hi there,

A few of the technote links are outdated. Where links are broken, I've located the archived articles at developer.apple.com, and where articles have vanished, I've provided links to Internet Archive links.

Fix: 

"TN1061: Fundamentals of Open Firmware, Part 1 - The User Interface"
https://developer.apple.com/legacy/mac/library/#technotes/tn/tn1061.html

"TN1062: Fundamentals of Open Firmware, Part 2 - The Device Tree"
https://developer.apple.com/legacy/mac/library/#technotes/tn/tn1062.html

"Apple hardware developer docs" (not the ideal replacement link, as there's no longer a single home page for old hardware, but the hardware content is easily searchable)
http://developer.apple.com/legacy/mac/library/navigation/

"TN2004: Debugging Open Firmware Using Telnet"
http://web.archive.org/web/20080514111646/http://developer.apple.com/technotes/tn/tn2004.html

"TN2023: Open Firmware Ethernet Debugging II - Telnet Downloading"
http://web.archive.org/web/20080509173539/http://developer.apple.com/technotes/tn/tn2023.html

"TN2001: Running Files from a Hard Drive in Open Firmware"
https://developer.apple.com/legacy/mac/library/#technotes/tn/tn2001.html
How-To-Repeat: N/A
Comment 1 Isabell Long freebsd_committer freebsd_triage 2012-08-30 23:10:04 UTC
Responsible Changed
From-To: freebsd-www->issyl0

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-31 10:25:47 UTC
Author: issyl0
Date: Fri Aug 31 09:24:58 2012
New Revision: 39477
URL: http://svn.freebsd.org/changeset/doc/39477

Log:
  Fix some broken links on the platforms page of the website.
  
  PR:		www/170915
  Approved by:	gabor (mentor)

Modified:
  head/en_US.ISO8859-1/htdocs/platforms/ppc.sgml

Modified: head/en_US.ISO8859-1/htdocs/platforms/ppc.sgml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/platforms/ppc.sgml	Fri Aug 31 07:25:01 2012	(r39476)
+++ head/en_US.ISO8859-1/htdocs/platforms/ppc.sgml	Fri Aug 31 09:24:58 2012	(r39477)
@@ -221,25 +221,25 @@ OK load /boot/kernel/kernel.save</pre>
     <li><a href="http://www.firmworks.com/QuickRef.html">
       Open Firmware Quick Reference</a></li>
 
-    <li><a href="http://developer.apple.com/technotes/tn/tn1061.html">
+    <li><a href="https://developer.apple.com/legacy/mac/library/#technotes/tn/tn1061.html">
       "TN1061: Fundamentals of Open Firmware, Part 1 - The User
       Interface"</a></li>
 
-    <li><a href="http://developer.apple.com/technotes/tn/tn1062.html">
+    <li><a href="https://developer.apple.com/legacy/mac/library/#technotes/tn/tn1062.html">
       "TN1062: Fundamentals of Open Firmware, Part 2 - The Device
       Tree"</a></li>
 
-    <li><a href="http://developer.apple.com/techpubs/hardware/hardware2.html">
+    <li><a href="http://developer.apple.com/legacy/mac/library/navigation/">
       Apple hardware developer docs</a></li>
 
-    <li><a href="http://developer.apple.com/technotes/tn/tn2004.html">
+    <li><a href="http://web.archive.org/web/20080514111646/http://developer.apple.com/technotes/tn/tn2004.html">
       "TN2004: Debugging Open Firmware Using Telnet"</a></li>
 
-    <li><a href="http://developer.apple.com/technotes/tn/tn2023.html">
+    <li><a href="http://web.archive.org/web/20080509173539/http://developer.apple.com/technotes/tn/tn2023.html">
       "TN2023: Open Firmware Ethernet Debugging II - Telnet Downloading"
       </a></li>
 
-    <li><a href="http://developer.apple.com/technotes/tn/tn2001.html">
+    <li><a href="http://developer.apple.com/legacy/mac/library/#technotes/tn/tn2001.html">
       "TN2001: Running Files from a Hard Drive in Open Firmware"</a></li>
     
     <li><a href="http://sourceware.org/psim/">psim</a> - A PowerPC
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Isabell Long freebsd_committer freebsd_triage 2012-08-31 10:38:43 UTC
State Changed
From-To: open->closed

This has been fixed now - thanks for the report!