Skip to content

Commit

Permalink
Fix broken link (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxwa authored Sep 10, 2024
1 parent e76e4ac commit d8ee01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/proxy/friend_operator_equality.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ int main() {
## See Also
- [`has_value`](has_value.md)
- [`has_value`](operator_bool.md)
2 changes: 1 addition & 1 deletion docs/proxy/indirection.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The behavior is undefined if `*this` does not contain a value.
## Notes
These operators do not check whether the `proxy` contains a value. To check whether the `proxy` contains a value, call [`has_value()`](has_value.md) or use [operator ==](friend_operator_equality.md).
These operators do not check whether the `proxy` contains a value. To check whether the `proxy` contains a value, call [`has_value()`](operator_bool.md) or use [operator ==](friend_operator_equality.md).
## Example
Expand Down

0 comments on commit d8ee01f

Please sign in to comment.