April 11, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5834

           Summary: Source of core.* should link to druntime, not phobos
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: websites
        AssignedTo: nobody@puremagic.com
        ReportedBy: kennytm@gmail.com


--- Comment #0 from kennytm@gmail.com 2011-04-11 03:15:14 PDT ---
Source of core.* modules currently link to the Phobos github repository, e.g. in core.atomic (http://www.digitalmars.com/d/2.0/phobos/core_atomic.html), the Source links to

  https://github.com/D-Programming-Language/phobos/blob/master/core/atomic.d

which does not exist. The correct link should be


https://github.com/D-Programming-Language/druntime/blob/master/src/core/atomic.d
                                            ^^^^^^^^             ^^^

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
June 10, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5834


kennytm@gmail.com changed:

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


--- Comment #1 from kennytm@gmail.com 2011-06-10 11:01:16 PDT ---
The links on d-p-l.org has been fixed (e.g. http://d-programming-language.org/phobos/core_atomic.html). Since in the future d-p-l.org is the main website, I'll close it as fixed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------