Skip to content

Commit affe8c7

Browse files
mikeblomeColin Robertson
authored andcommitted
removed bad links from see also sections (#268)
* fixed typo and indents in conformance topic * remvoed not in build links from see also sections * deleted additional not in build links * deleted a PAVE link
1 parent 3742c16 commit affe8c7

17 files changed

+160
-162
lines changed

docs/atl-mfc-shared/atl-mfc-shared-classes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ Beginning with Visual C++ .NET 2002, several existing MFC utility classes were r
6363
[Microsoft Foundation Class Library (MFC) Reference](../mfc/mfc-desktop-applications.md)
6464
Provides reference material for the MFC Library, a set of classes in that constitute an application framework, which is the framework of an application written for the Windows API.
6565

66-
[NIB: Samples Included in Visual C++](http://msdn.microsoft.com/en-us/c9ec56b3-2bbd-49b4-8a4c-9ed4b78b7a84)
67-
Provides links to sample code showing the capabilities of Visual C++ and the libraries and technologies it supports.
68-
6966
[Visual C++ Libraries](http://msdn.microsoft.com/en-us/fec23c40-10c0-4857-9cdc-33a3b99b30ae)
7067
Provides links to the various libraries provided with Visual C++, including ATL, MFC, OLE DB Templates, the C run-time library, and the C++ Standard Library.
7168

docs/build/building-c-cpp-programs.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,5 @@ You can build Visual C++ projects either in Visual Studio or on the command line
6565
Describes how to set the Platform Toolset to target Windows XP development.
6666

6767
## Related Sections
68-
[NIB: Samples Included in Visual C++](http://msdn.microsoft.com/en-us/c9ec56b3-2bbd-49b4-8a4c-9ed4b78b7a84)
69-
Provides links to sample code that shows the capabilities of Visual C++ and the libraries and technologies it supports.
70-
7168
[Compiling and Building](/visualstudio/ide/compiling-and-building-in-visual-studio)
7269
Describes the Visual Studio build system and tools.

docs/build/reference/clr-common-language-runtime-compilation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ Enables applications and components to use features from the common language run
7474
**/clr:safe**
7575
Produces an MSIL-only (no native executable code), verifiable output file. **/clr:safe** enables verification diagnostics ([PEVerify Tool (Peverify.exe)](http://msdn.microsoft.com/Library/f4f46f9e-8d08-4e66-a94b-0c69c9b0bbfa)).
7676

77-
For more information, see [NIB: Writing Verifiably Type-Safe Code](http://msdn.microsoft.com/en-us/d18f10ef-3b48-4f47-8726-96714021547b).
78-
77+
7978
/clr:safe is deprecated. A future version of the compiler may not support this option. We recommend that you port code that must be pure, verifiable MSIL to C#.
8079

8180
**/clr:noAssembly**

docs/c-language/typedef-declarations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,5 @@ void box( int, int );
178178
```
179179

180180
## See Also
181-
[(NOTINBUILD)typedef Specifier](http://msdn.microsoft.com/en-us/cc96cf26-ba93-4179-951e-695d1f5fdcf1)
181+
182+

docs/cppcx/dlls-c-cx.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ You can use Visual Studio to create either a standard Win32 DLL or a [!INCLUDE[w
6666
3. In your source code files, add a `#include` statement for the DLL header file, as needed.
6767

6868
## See Also
69-
[(NOTINBUILD) Advanced Topics](http://msdn.microsoft.com/en-us/1ccff0cf-a6cc-47ef-a05f-eba6307b3ced)
69+
70+

docs/cppcx/threading-and-marshaling-c-cx.md

Lines changed: 109 additions & 108 deletions
Large diffs are not rendered by default.

docs/cppcx/weak-references-and-breaking-cycles-c-cx.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ Class1::Class1()
5858
When an event handler throws `DisconnectedException`, it causes the event to remove the handler from the subscriber list.
5959

6060
## See Also
61-
[(NOTINBUILD) Advanced Topics](http://msdn.microsoft.com/en-us/1ccff0cf-a6cc-47ef-a05f-eba6307b3ced)
61+
62+

docs/dotnet/create-a-partially-trusted-application.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@ This topic discusses how to create a partially trusted Common Language Runtime a
5858
[Initialization of Mixed Assemblies](../dotnet/initialization-of-mixed-assemblies.md)
5959
[Library Support for Mixed Assemblies](../dotnet/library-support-for-mixed-assemblies.md)
6060
[/link (Pass Options to Linker)](../build/reference/link-pass-options-to-linker.md)
61-
[PAVE Security in Native and .NET Framework Code](http://msdn.microsoft.com/en-us/bd61be84-c143-409a-a75a-44253724f784)

docs/dotnet/how-to-create-clr-console-applications-cpp-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ You can use the Console Application template to create a console app project tha
8282
4. Choose the **OK** button.
8383

8484
## See Also
85-
[NOTINBUILD How to: Create CLR Console Applications](http://msdn.microsoft.com/en-us/b8af4197-e65f-4b17-b18e-b9e92965d026)
8685
[CLR Projects](../ide/files-created-for-clr-projects.md)
87-
[NIB:Item Management in Projects](http://msdn.microsoft.com/en-us/762e606b-7f44-4b66-97a1-e30a703654a0)
86+
87+

docs/dotnet/native-and-dotnet-interoperability.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ Visual C++ supports interoperability features that allow managed and unmanaged c
5656
Describes how non-CLR DLLs can be used from .NET applications.
5757

5858
## See Also
59-
[(NOTINBUILD)Visual C++ Programming Methodologies](http://msdn.microsoft.com/en-us/0822f806-fa81-4b65-bf0f-1e2921f30c95)
59+
60+

0 commit comments

Comments
 (0)