www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15113] New: we should automate checking of broken links on

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 puremagic.com
          Reporter: laeeth 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

--
Sep 24 2015