← Back to index
|
Original Bugzilla link
Bug 15700 – Source code links are partially broken
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2016-02-18T12:29:00Z
Last change time
2017-06-05T12:42:34Z
Keywords
pull
Assigned to
sludwig
Creator
greeenify
See also
https://issues.dlang.org/show_bug.cgi?id=17469
Comments
Comment #0
by greeenify — 2016-02-18T12:29:26Z
Hey, I am not sure whether this is a bug in the documentation generator or in the website, but links to modules that contain are a directory and not a module are broken. E.g.
https://dlang.org/library/std/range/iota.html
links to
https://github.com/D-Programming-Language/phobos/blob/v2.070.0/std/range.d
whereas it should link to:
https://github.com/D-Programming-Language/phobos/tree/v2.070.0/std/range
(notice the missing '.d' as it is a directory) However there we could also link directly to the file or even line.
https://github.com/D-Programming-Language/phobos/blob/tree/std/range/package.d#L4686
Comment #1
by greeenify — 2016-03-06T03:07:22Z
seems to be fixed with newer versions.
Comment #2
by greeenify — 2016-04-05T08:18:16Z
Oh wrong alert - it still appear
Comment #3
by sludwig — 2016-06-02T14:38:00Z
Same root cause as
https://issues.dlang.org/show_bug.cgi?id=16114
Comment #4
by sludwig — 2016-06-03T12:11:31Z
PR:
https://github.com/dlang/dlang.org/pull/1324