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+

docs/dotnet/outline-of-changes-cpp-cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,5 +530,6 @@ Array^ myIntArray =
530530

531531
## See Also
532532
[C++/CLI Migration Primer](../dotnet/cpp-cli-migration-primer.md)
533-
[(NOTINBUILD)Managed Extensions for C++ Syntax Upgrade Checklist](http://msdn.microsoft.com/en-us/edbded88-7ef3-4757-bd9d-b8f48ac2aada)
534-
[Component Extensions for Runtime Platforms](../windows/component-extensions-for-runtime-platforms.md)
533+
[Component Extensions for Runtime Platforms](../windows/component-extensions-for-runtime-platforms.md)
534+
535+

docs/error-messages/compiler-errors-2/compiler-error-c3495.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ int main()
5959

6060
## See Also
6161
[Lambda Expressions](../../cpp/lambda-expressions-in-cpp.md)
62-
[(NOTINBUILD)Storage-Class Specifiers](http://msdn.microsoft.com/en-us/10b3d22d-cb40-450b-994b-08cf9a211b6c)
62+
63+

docs/error-messages/compiler-warnings/compiler-warning-level-4-c4211.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ int main()
5555
Such redefinitions are invalid under ANSI compatibility ([/Za](../../build/reference/za-ze-disable-language-extensions.md)).
5656

5757
## See Also
58-
[(NOTINBUILD)Static Storage-Class Specifiers](http://msdn.microsoft.com/en-us/3ba9289a-a412-4a17-b319-ceb2c087df48)
58+
59+

docs/ide/property-pages-visual-cpp.md

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -94,61 +94,59 @@ By using property pages, you can specify settings for Visual Studio projects. To
9494

9595
## In This Section
9696

97-
1. [NIB: Add Reference Search Path Dialog Box](http://msdn.microsoft.com/en-us/4520d80d-aa9f-4d11-b92b-2f64a1fd5cb2)
97+
98+
[Advanced, Manifest Tool, Configuration Properties, \<Projectname> Property Pages Dialog Box](../ide/advanced-manifest-tool.md)
9899

99-
2. [Advanced, Manifest Tool, Configuration Properties, \<Projectname> Property Pages Dialog Box](../ide/advanced-manifest-tool.md)
100+
[Command Line Property Pages](../ide/command-line-property-pages.md)
100101

101-
3. [Command Line Property Pages](../ide/command-line-property-pages.md)
102+
[Custom Build Step Property Page: General](../ide/custom-build-step-property-page-general.md)
102103

103-
4. [Custom Build Step Property Page: General](../ide/custom-build-step-property-page-general.md)
104+
[Adding references](../ide/adding-references-in-visual-cpp-projects.md)
104105

105-
5. [Adding references](../ide/adding-references-in-visual-cpp-projects.md)
106+
[General Property Page (File)](../ide/general-property-page-file.md)
106107

107-
6. [General Property Page (File)](../ide/general-property-page-file.md)
108+
[General Property Page (Project)](../ide/general-property-page-project.md)
109+
110+
[General, Manifest Tool, Configuration Properties, \<Projectname> Property Pages Dialog Box](../ide/general-manifest-tool-configuration-properties.md)
108111

109-
7. [General Property Page (Project)](../ide/general-property-page-project.md)
112+
[HLSL Property Pages](../ide/hlsl-property-pages.md)
110113

111-
8. [General, Manifest Tool, Configuration Properties, \<Projectname> Property Pages Dialog Box](../ide/general-manifest-tool-configuration-properties.md)
114+
[HLSL Property Pages: Advanced](../ide/hlsl-property-pages-advanced.md)
112115

113-
9. [HLSL Property Pages](../ide/hlsl-property-pages.md)
116+
[HLSL Property Pages: General](../ide/hlsl-property-pages-general.md)
114117

115-
10. [HLSL Property Pages: Advanced](../ide/hlsl-property-pages-advanced.md)
118+
[HLSL Property Pages: Output Files](../ide/hlsl-property-pages-output-files.md)
116119

117-
11. [HLSL Property Pages: General](../ide/hlsl-property-pages-general.md)
120+
[Input and Output, Manifest Tool, Configuration Properties, \<Projectname> Property Pages Dialog Box](../ide/input-and-output-manifest-tool.md)
118121

119-
12. [HLSL Property Pages: Output Files](../ide/hlsl-property-pages-output-files.md)
122+
[Isolated COM, Manifest Tool, Configuration Properties, \<Projectname> Property Pages Dialog Box](../ide/isolated-com-manifest-tool.md)
120123

121-
13. [Input and Output, Manifest Tool, Configuration Properties, \<Projectname> Property Pages Dialog Box](../ide/input-and-output-manifest-tool.md)
124+
[Linker Property Pages](../ide/linker-property-pages.md)
122125

123-
14. [Isolated COM, Manifest Tool, Configuration Properties, \<Projectname> Property Pages Dialog Box](../ide/isolated-com-manifest-tool.md)
126+
[Managed Resources Property Page](../ide/managed-resources-property-page.md)
124127

125-
15. [Linker Property Pages](../ide/linker-property-pages.md)
128+
[Manifest Tool Property Pages](../ide/manifest-tool-property-pages.md)
126129

127-
16. [Managed Resources Property Page](../ide/managed-resources-property-page.md)
130+
[MIDL Property Pages](../ide/midl-property-pages.md)
128131

129-
17. [Manifest Tool Property Pages](../ide/manifest-tool-property-pages.md)
132+
[MIDL Property Pages: Advanced](../ide/midl-property-pages-advanced.md)
130133

131-
18. [MIDL Property Pages](../ide/midl-property-pages.md)
134+
[MIDL Property Pages: General](../ide/midl-property-pages-general.md)
132135

133-
19. [MIDL Property Pages: Advanced](../ide/midl-property-pages-advanced.md)
136+
[MIDL Property Pages: Output](../ide/midl-property-pages-output.md)
134137

135-
20. [MIDL Property Pages: General](../ide/midl-property-pages-general.md)
138+
[NMake Property Page](../ide/nmake-property-page.md)
136139

137-
21. [MIDL Property Pages: Output](../ide/midl-property-pages-output.md)
140+
[Resources Property Pages](../ide/resources-property-pages.md)
138141

139-
22. [NMake Property Page](../ide/nmake-property-page.md)
142+
[VC++ Directories Property Page](../ide/vcpp-directories-property-page.md)
140143

141-
23. [Resources Property Pages](../ide/resources-property-pages.md)
144+
[Web References Property Page](../ide/web-references-property-page.md)
142145

143-
24. [VC++ Directories Property Page](../ide/vcpp-directories-property-page.md)
146+
[XML Data Generator Tool Property Page](../ide/xml-data-generator-tool-property-page.md)
144147

145-
25. [Web References Property Page](../ide/web-references-property-page.md)
146-
147-
26. [XML Data Generator Tool Property Page](../ide/xml-data-generator-tool-property-page.md)
148-
149-
27. [XML Document Generator Tool Property Pages](../ide/xml-document-generator-tool-property-pages.md)
148+
[XML Document Generator Tool Property Pages](../ide/xml-document-generator-tool-property-pages.md)
150149

151150
## See Also
152151
[How to: Create and Remove Project Dependencies](/visualstudio/ide/how-to-create-and-remove-project-dependencies)
153152
[How to: Create and Edit Configurations](/visualstudio/ide/how-to-create-and-edit-configurations)
154-
[Deploying Applications](http://msdn.microsoft.com/en-us/4ff8881d-0daf-47e7-bfe7-774c625031b4)

docs/mfc/mfc-internet-programming-basics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ Microsoft provides many APIs for programming both client and server applications
100100
The OLE section of the [!INCLUDE[winSDK](../atl/includes/winsdk_md.md)] contains additional information about OLE programming. This information provides details about using the Win32 WinInet functions directly, rather than through the MFC classes. It also contains overview information about Internet technologies.
101101

102102
## See Also
103-
[MFC Internet Programming (NIB)](http://msdn.microsoft.com/en-us/0f7a1f3a-385b-4d56-a55b-0d766840c58a)
103+
104+
104105

docs/mfc/win32-internet-extensions-wininet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ An Internet client application is a program that accesses information from a net
6767
- [Steps in a Typical HTTP Client Application](../mfc/steps-in-a-typical-http-client-application.md)
6868

6969
## See Also
70-
[MFC Internet Programming (NIB)](http://msdn.microsoft.com/en-us/0f7a1f3a-385b-4d56-a55b-0d766840c58a)
7170
[MFC Internet Programming Basics](../mfc/mfc-internet-programming-basics.md)
7271
[WinInet Basics](../mfc/wininet-basics.md)
7372

73+
74+

docs/security/security-best-practices-for-cpp.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ This article contains information about security tools and practices. Using them
101101

102102
The AppVerifier is part of the Application Compatibility Toolkit, which is available from the [Application Compatibility](http://go.microsoft.com/fwlink/?LinkId=91277) on the TechNet web site.
103103

104-
## .NET Framework Security Features
105-
[NIB: Configuring Security Policy](http://msdn.microsoft.com/en-us/0f130bcd-1bba-4346-b231-0bcca7dab1a4) describes guidelines and tools for adjusting the .NET Framework security policies.
106-
104+
107105
## Windows User Accounts
108106
Using Windows user accounts that belong to the Administrators group exposes developers and--by extension--customers to security risks. For more information, see [Running as a Member of the Users Group](running-as-a-member-of-the-users-group.md) and [How User Account Control (UAC) Affects Your Application](how-user-account-control-uac-affects-your-application.md).
109107

0 commit comments

Comments
 (0)