February 13, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=959

           Summary: smaller ddoc documentation issue
           Product: D
           Version: 1.005
          Platform: PC
               URL: http://www.digitalmars.com/d/ddoc.html
        OS/Version: All
            Status: NEW
          Keywords: ddoc
          Severity: minor
          Priority: P3
         Component: www.digitalmars.com
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: tazz@gmx.at


If I use the provided ddoc example (http://www.digitalmars.com/d/ddoc.html)

/** Example of embedded HTML:
 *
 * <li> <a href="www.digitalmars.com">Digital Mars</a>
 * <li> <a href="www.classicempire.com">Empire</a>
 *
 */

the result is a local link to: file:///C:/own/science/D/source/www.classicempire.com

The obvious solution is to change the ddoc-comment to:
 * <li> <a href="http://www.classicempire.com">Empire</a>

So that should be changed on http://www.digitalmars.com/d/ddoc.html


-- 

March 30, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=959


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2007-03-29 19:05 -------
Fixed DMD 1.010


--