[Issue 15113] New: we should automate checking of broken links on dlang.org. and fix std.typetuple page - link to std.meta is broken

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Sep 24 15:59:23 PDT 2015


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

          Issue ID: 15113
           Summary: we should automate checking of broken links on
                    dlang.org.  and fix std.typetuple page - link to
                    std.meta is broken
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P1
         Component: dlang.org
          Assignee: nobody at puremagic.com
          Reporter: laeeth at laeeth.com

We should produce a report on broken links and dump it into the bug tracker
regularly.

Eg see here (but that was a one-off whereas we should have a process):
https://issues.dlang.org/show_bug.cgi?id=14085

And we should fix the following (don't have time to do a pull request, sorry).

http://dlang.org/phobos/std_typetuple.html

Jump to: TypeTuple

This module was renamed to disambiguate the term tuple, use std.meta instead.

Link above to std.meta should be:
http://dlang.org/phobos/std_meta.html

But actually goes to:
http://dlang.org/std_meta.html

--


More information about the Digitalmars-d-bugs mailing list