← Back to index
|
Original Bugzilla link
Bug 5834 – Source of core.* should link to druntime, not phobos
Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P2
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2011-04-11T03:15:00Z
Last change time
2011-06-10T11:01:16Z
Assigned to
nobody
Creator
kennytm
Comments
Comment #0
by kennytm — 2011-04-11T03:15:14Z
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
^^^^^^^^ ^^^
Comment #1
by kennytm — 2011-06-10T11:01:16Z
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.