https://issues.dlang.org/show_bug.cgi?id=23324
Issue ID: 23324
Summary: Incorrect source link in std.format docs
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
On the documentation page for std.format, the "Source" link points to the
following URL:
https://github.com/dlang/phobos/blob/master/std/format.d
However, that file does not exist. It should instead point to
https://github.com/dlang/phobos/blob/master/std/format/package.d
--