Skip to content

Commit 2716b7f

Browse files
authored
Simplify superfluous relative links in <limits> enums reference
1 parent c5d6413 commit 2716b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard-library/limits-enums.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The enumeration returns:
3434

3535
### Example
3636

37-
See [`numeric_limits::has_denorm`](../standard-library/numeric-limits-class.md#has_denorm) for an example in which the values of this enumeration may be accessed.
37+
See [`numeric_limits::has_denorm`](numeric-limits-class.md#has_denorm) for an example in which the values of this enumeration may be accessed.
3838

3939
## <a name="float_round_style"></a> `float_round_style`
4040

@@ -67,4 +67,4 @@ The enumeration returns:
6767

6868
### Example
6969

70-
See [`numeric_limits::round_style`](../standard-library/numeric-limits-class.md#round_style) for an example in which the values of this enumeration may be accessed.
70+
See [`numeric_limits::round_style`](numeric-limits-class.md#round_style) for an example in which the values of this enumeration may be accessed.

0 commit comments

Comments
 (0)