Skip to content

Commit cbb964b

Browse files
authored
Simplify relative links in complex class template specializations
1 parent 27c62e4 commit cbb964b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/standard-library/complex-double.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ arg ( c3 ) = 0.896055 radians, which is 51.3402 degrees.
111111

112112
## See also
113113

114-
[`complex` Class](../standard-library/complex-class.md)\
115-
[Thread Safety in the C++ Standard Library](../standard-library/thread-safety-in-the-cpp-standard-library.md)
114+
[`complex` Class](complex-class.md)\
115+
[Thread Safety in the C++ Standard Library](thread-safety-in-the-cpp-standard-library.md)

docs/standard-library/complex-float.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ arg ( c3 ) = 0.927295 radians, which is 53.1301 degrees.
117117

118118
## See also
119119

120-
[`complex` Class](../standard-library/complex-class.md)\
121-
[Thread Safety in the C++ Standard Library](../standard-library/thread-safety-in-the-cpp-standard-library.md)
120+
[`complex` Class](complex-class.md)\
121+
[Thread Safety in the C++ Standard Library](thread-safety-in-the-cpp-standard-library.md)

docs/standard-library/complex-long-double.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ arg( c3 ) = 0.927295 radians, which is 53.1301 degrees.
114114

115115
## See also
116116

117-
[`complex` Class](../standard-library/complex-class.md)\
118-
[Thread Safety in the C++ Standard Library](../standard-library/thread-safety-in-the-cpp-standard-library.md)
117+
[`complex` Class](complex-class.md)\
118+
[Thread Safety in the C++ Standard Library](thread-safety-in-the-cpp-standard-library.md)

0 commit comments

Comments
 (0)