Skip to content

Commit 4447ee2

Browse files
authored
Clean up redundant relative links in "C++ Standard Library Reference" article
1 parent cc9967b commit 4447ee2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/standard-library/cpp-standard-library-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ From a historical perspective, "STL" originally referred to the Standard Templat
1818

1919
## In this section
2020

21-
[C++ Standard Library overview](../standard-library/cpp-standard-library-overview.md)\
21+
[C++ Standard Library overview](cpp-standard-library-overview.md)\
2222
Provides an overview of the Microsoft implementation of the C++ Standard Library.
2323

24-
[`iostream` programming](../standard-library/iostream-programming.md)\
24+
[`iostream` programming](iostream-programming.md)\
2525
Provides an overview of `iostream` programming.
2626

27-
[Header files reference](../standard-library/cpp-standard-library-header-files.md)\
27+
[Header files reference](cpp-standard-library-header-files.md)\
2828
Provides links to reference topics about the C++ Standard Library header files, with code examples.

0 commit comments

Comments
 (0)