Skip to content

Commit c605917

Browse files
authored
Clean up redundant relative link in <condition_variable> enums reference
1 parent 0a1c73c commit c605917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/condition-variable-enums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The `<condition_variable>` header provides the following enums:
1010

1111
## <a name="cv_status"></a> `cv_status`
1212

13-
Supplies symbolic names for the return values of the methods of class template [`condition_variable`](../standard-library/condition-variable-class.md).
13+
Supplies symbolic names for the return values of the methods of class template [`condition_variable`](condition-variable-class.md).
1414

1515
```cpp
1616
enum class cv_status

0 commit comments

Comments
 (0)