Skip to content

Commit 05ac5f2

Browse files
author
Colin Robertson
committed
Fix link issues.
1 parent f067274 commit 05ac5f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/standard-library/algorithm-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7444,7 +7444,7 @@ A forward iterator addressing the position one past the final element in the ran
74447444
User-defined predicate function object that defines the condition to be satisfied if two elements are to be taken as equivalent. A binary predicate takes two arguments and returns **true** when satisfied and **false** when not satisfied.
74457445

74467446
*searcher*\
7447-
The searcher that encapsulates the pattern to look for and the search algorithm to use. For more information on searchers, see [default_searcher class](default-searcher-class.md), [boyer_moore_horspool_searcher class](boyer-moore-horspool-searcher.md), and [boyer_moore_searcher class](boyer-moore-searcher.md).
7447+
The searcher that encapsulates the pattern to look for and the search algorithm to use. For more information on searchers, see [default_searcher class](default-searcher-class.md), [boyer_moore_horspool_searcher class](boyer-moore-horspool-searcher-class.md), and [boyer_moore_searcher class](boyer-moore-searcher-class.md).
74487448

74497449
### Return value
74507450

docs/standard-library/boyer-moore-horspool-searcher-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ This class is new in C++17.
100100
101101
[\<functional>](functional.md)\
102102
[algorithm functions](algorithm-functions.md)\
103-
[boyer_moore_searcher class](boyer-moore-searcher.md)\
103+
[boyer_moore_searcher class](boyer-moore-searcher-class.md)\
104104
[std::search](algorithm-functions.md#search)

docs/standard-library/boyer-moore-searcher-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ This class is new in C++17.
100100
101101
[\<functional>](functional.md)\
102102
[algorithm functions](algorithm-functions.md)\
103-
[boyer_moore_horspool_searcher class](boyer-moore-horspool-searcher.md)\
103+
[boyer_moore_horspool_searcher class](boyer-moore-horspool-searcher_class.md)\
104104
[std::search](algorithm-functions.md#search)

0 commit comments

Comments
 (0)