[Issue 14884] New: `among` docs broken link to `find` and `canFind`
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Aug 7 10:13:31 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14884
Issue ID: 14884
Summary: `among` docs broken link to `find` and `canFind`
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: luis at luismarques.eu
The documentation for the algorithm `among`
(<http://dlang.org/phobos/std_algorithm_comparison.html#.among>) incorrectly
links to:
http://dlang.org/phobos/std_algorithm_comparison.html#find
http://dlang.org/phobos/std_algorithm_comparison.html#canFind
instead of:
http://dlang.org/phobos/std_algorithm_searching.html#.find
http://dlang.org/phobos/std_algorithm_searching.html#.canFind
--
More information about the Digitalmars-d-bugs
mailing list