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: [email protected]
Reporter: [email protected]
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
--
