Bug 175788

Summary: FreeBSD Handbook - Dead Link
Product: Documentation Reporter: Francois <3dmmedia>
Component: Books & ArticlesAssignee: Isabell Long <issyl0>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Francois 2013-02-02 21:10:00 UTC
The hypertext link to the D Language is not working!

Fix: 

Proposed link: (from Oracle instead of Sun)

Dtrace
https://wikis.oracle.com/display/DTrace/Documentation
How-To-Repeat: Go to to Section 26.5 on the Online FreeBSD handbook. (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html)

Click on the link: http://wikis.sun.com/display/DTrace/Documentation.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2013-02-02 23:52:37 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

fix category & assign
Comment 2 Isabell Long freebsd_committer freebsd_triage 2013-02-03 16:51:28 UTC
Responsible Changed
From-To: freebsd-doc->issyl0

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-03 17:38:29 UTC
Author: issyl0
Date: Sun Feb  3 17:38:17 2013
New Revision: 40876
URL: http://svnweb.freebsd.org/changeset/doc/40876

Log:
  Fix a dead sun.com link by changing it to oracle.com.
  
  PR:		docs/175788
  Approved by:	gabor (mentor)

Modified:
  head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml	Sun Feb  3 00:59:15 2013	(r40875)
+++ head/en_US.ISO8859-1/books/handbook/dtrace/chapter.xml	Sun Feb  3 17:38:17 2013	(r40876)
@@ -388,7 +388,7 @@ Elapsed Times for processes csh,
       to C++.  An in depth discussion of the language is beyond the
       scope of this document.  It is extensively discussed
       at <ulink
-      url="http://wikis.sun.com/display/DTrace/Documentation"></ulink>.</para>
+      url="http://wikis.oracle.com/display/DTrace/Documentation"></ulink>.</para>
   </sect1>
 </chapter>
 
_______________________________________________
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 4 Isabell Long freebsd_committer freebsd_triage 2013-02-04 16:39:12 UTC
State Changed
From-To: open->closed

A fix for the link has been committed. Thanks for your report!