Skip to content

Commit 101ed8a

Browse files
Merge pull request #5378 from Rageking8/update-cpp-standard-library-reference-article
Update "C++ Standard Library Reference" article
2 parents d507304 + 06938c1 commit 101ed8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
description: "Learn more about: C++ Standard Library Reference (STL)"
32
title: "C++ Standard Library Reference"
4-
ms.date: "3/5/2021"
3+
description: "Learn more about: C++ Standard Library Reference (STL)"
4+
ms.date: 3/5/2021
55
helpviewer_keywords: ["C++ Standard Library, reference", "C++ Standard Library", "template libraries", "libraries, Standard C++", "Microsoft standard template library, reference", "Microsoft STL, reference"]
66
---
77

@@ -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)