www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Bug 134] New: Invalid hyperlink in regexp docs

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/bugzilla/show_bug.cgi?id=134

           Summary: Invalid hyperlink in regexp docs
           Product: D
           Version: 0.157
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Phobos
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: ddparnell bigpond.com


The std/regexp.d file contains the following Ddoc line ...

$(LINK2 ../../../ctg/regular.html, Regular expressions)

which is intended to provide a hyperlink to the regular expression
documenation. However as this document is not supplied in the DMD release pack,
the link does not work as intended.

Either supply the regular.html file in the release or change the LINK2 macro to
point to the digitalmars site ...

$(LINK2 http://www.digitalmars.com/ctg/regular.html, Regular expressions)


-- 
May 10 2006
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/bugzilla/show_bug.cgi?id=134


bugzilla digitalmars.com changed:

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





Fixed 0.158


-- 
May 25 2006
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/bugzilla/show_bug.cgi?id=134


ddparnell bigpond.com changed:

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





Almost fixed ;-)

There are two references to the Regular Expression html page and you only fixed
the first reference.


-- 
May 25 2006