[Issue 23358] New: Link unusable due to space insertion

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 22 08:16:29 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23358

          Issue ID: 23358
           Summary: Link unusable due to space insertion
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: dlang.org
          Assignee: nobody at puremagic.com
          Reporter: qs.il.paperinik at gmail.com

On https://dlang.org/phobos/std_numeric.html there is a link to www.netlib.org;
however, this link does not work because the generator added a space between
the hardcoded http:// and www.netlib.org. Judging from the .dd source, it seems
like the fault is with DDOC or the HTTP macro.

--


More information about the Digitalmars-d-bugs mailing list