Skip to content

Commit 922d498

Browse files
author
Michael Blome
committed
removed bad links in cpp files
1 parent 8362b6f commit 922d498

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

docs/cpp/cpp-language-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For an overview of Modern C++ programming practices, see [Welcome Back to C++](w
133133
[C/C++ Preprocessor Reference](../preprocessor/c-cpp-preprocessor-reference.md)
134134
Reference material on pragmas, preprocessor directives, predefined macros, and the preprocessor.
135135

136-
[Visual C++ Libraries](http://msdn.microsoft.com/en-us/fec23c40-10c0-4857-9cdc-33a3b99b30ae)
136+
[Visual C++ Libraries](../standard-library/cpp-standard-library-reference.md)
137137
A list of links to the reference start pages for the various Visual C++ libraries.
138138

139139
## See Also

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,5 @@ A C++ program can call on a large number of functions from this conforming imple
5151
[Header Files Reference](../standard-library/cpp-standard-library-header-files.md)
5252
Provides links to reference topics discussing the Standard C++ Library header files, with code examples.
5353

54-
## Related Sections
55-
[Visual C++ Reference](http://msdn.microsoft.com/en-us/1ba03b5c-8229-4f63-b08c-6c12141d6ab1)
56-
Provides links to topics describing the C and C++ language references, the libraries provided with Visual C++, the Visual C++ Extensibility Object Model, and the Microsoft Macro Assembler (MASM).
57-
58-
[NIB: Samples Included in Visual C++](http://msdn.microsoft.com/en-us/c9ec56b3-2bbd-49b4-8a4c-9ed4b78b7a84)
59-
Provides links to sample code showing the capabilities of Visual C++ and the libraries and technologies it supports.
60-
61-
## See Also
62-
[Visual C++ Libraries Reference](http://msdn.microsoft.com/en-us/fec23c40-10c0-4857-9cdc-33a3b99b30ae)
54+
6355

0 commit comments

Comments
 (0)