https://issues.dlang.org/show_bug.cgi?id=16948
Issue ID: 16948
Summary: https doesn't replace http on dlang.org/phobos
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P1
Component: dlang.org
Assignee: [email protected]
Reporter: [email protected]
Hello,
When parsing a $(WEB https://..., bug X), the "https" doesn't override the
"http".
Explanation:
---------------------------------------
this line:
https://github.com/dlang/phobos/blob/master/std/stdio.d#L4375
produce:
<a href="http://https://issues.dlang.org/show_bug.cgi?id=15768">bug 15768</a>
instead of:
<a href="https://issues.dlang.org/show_bug.cgi?id=15768">bug 15768</a>
---------------------------------------
That's all !
--