Bug 15113 – we should automate checking of broken links on dlang.org.

Status
NEW
Severity
enhancement
Priority
P4
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-09-24T22:59:23Z
Last change time
2024-12-15T15:23:00Z
Assigned to
No Owner
Creator
Laeeth
Moved to GitHub: dlang.org#3947 →

Comments

Comment #0 by laeeth — 2015-09-24T22:59:23Z
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
Comment #1 by ag0aep6g — 2015-09-25T14:21:32Z
(In reply to Laeeth from comment #0) > 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 This has been filed individually as issue 15115. Pull request to fix it: https://github.com/D-Programming-Language/phobos/pull/3670
Comment #2 by ag0aep6g — 2015-09-26T05:26:24Z
(In reply to ag0aep6g from comment #1) > This has been filed individually as issue 15115. Pull request to fix it: > https://github.com/D-Programming-Language/phobos/pull/3670 Fix has been pulled. So this issue here is now only about automatically checking for broken links. Downgrading to enhancement request.
Comment #3 by dlang-bugzilla — 2015-10-15T18:12:43Z
FWIW, chmgen does some linting which identifies broken internal links.
Comment #4 by robert.schadek — 2024-12-15T15:23:00Z
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dlang.org/issues/3947 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB