Skip to content

Commit f3355d4

Browse files
author
mikeblome
committed
yet more link fixes
1 parent fb18c7f commit f3355d4

File tree

39 files changed

+65
-65
lines changed

39 files changed

+65
-65
lines changed

docs/atl/reference/adding-a-new-interface-in-an-atl-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can add a new interface to your control in one of two ways: manually or usin
3333

3434
[ATL Project Wizard](../../atl/reference/atl-project-wizard.md)<br/>
3535
[Visual C++ Project Types](../../build/visual-cpp-project-types.md)<br/>
36-
[Creating Desktop Projects By Using Application Wizards](../../ide/creating-desktop-projects-by-using-application-wizards.md)<br/>
36+
[Creating Desktop Projects By Using Application Wizards](../../build/creating-desktop-projects-by-using-application-wizards.md)<br/>
3737
[Programming with ATL and C Run-Time Code](../../atl/programming-with-atl-and-c-run-time-code.md)<br/>
3838
[Fundamentals of ATL COM Objects](../../atl/fundamentals-of-atl-com-objects.md)<br/>
3939
[Default ATL Project Configurations](../../atl/reference/default-atl-project-configurations.md)

docs/atl/reference/adding-objects-and-controls-to-an-atl-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can use one of the ATL code wizards to add an object or a control to your AT
3535

3636
[ATL Project Wizard](../../atl/reference/atl-project-wizard.md)<br/>
3737
[Visual C++ Project Types](../../build/visual-cpp-project-types.md)<br/>
38-
[Creating Desktop Projects By Using Application Wizards](../../ide/creating-desktop-projects-by-using-application-wizards.md)<br/>
38+
[Creating Desktop Projects By Using Application Wizards](../../build/creating-desktop-projects-by-using-application-wizards.md)<br/>
3939
[Fundamentals of ATL COM Objects](../../atl/fundamentals-of-atl-com-objects.md)<br/>
4040
[Programming with ATL and C Run-Time Code](../../atl/programming-with-atl-and-c-run-time-code.md)<br/>
4141
[Default ATL Project Configurations](../../atl/reference/default-atl-project-configurations.md)

docs/atl/reference/atl-project-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can specify project properties (for example, [whether to link statically to
4141

4242
[Creating and Managing Visual C++ Projects](../../build/creating-and-managing-visual-cpp-projects.md)<br/>
4343
[Visual C++ Project Types](../../build/visual-cpp-project-types.md)<br/>
44-
[Creating Desktop Projects By Using Application Wizards](../../ide/creating-desktop-projects-by-using-application-wizards.md)<br/>
44+
[Creating Desktop Projects By Using Application Wizards](../../build/creating-desktop-projects-by-using-application-wizards.md)<br/>
4545
[Fundamentals of ATL COM Objects](../../atl/fundamentals-of-atl-com-objects.md)<br/>
4646
[Programming with ATL and C Run-Time Code](../../atl/programming-with-atl-and-c-run-time-code.md)<br/>
4747
[Tutorial](../../atl/active-template-library-atl-tutorial.md)

docs/atl/reference/creating-an-atl-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The easiest way to create an ATL project is to use the ATL Project Wizard, locat
1111

1212
## To create an ATL project using the ATL Project Wizard
1313

14-
1. Follow the instructions in the topic [Creating a Project with a Visual C++ Application Wizard](../../ide/creating-desktop-projects-by-using-application-wizards.md).
14+
1. Follow the instructions in the topic [Creating a Project with a Visual C++ Application Wizard](../../build/creating-desktop-projects-by-using-application-wizards.md).
1515

1616
1. Select the **ATL Project** icon in the **Templates** pane to open the **ATL Project Wizard**.
1717

docs/atl/reference/default-atl-project-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The ATL Project Wizard creates two project configurations by default:
1818
## See Also
1919

2020
[Programming with ATL and C Run-Time Code](../../atl/programming-with-atl-and-c-run-time-code.md)<br/>
21-
[Working with Project Properties](../../ide/working-with-project-properties.md)<br/>
21+
[Working with Project Properties](../../build/working-with-project-properties.md)<br/>
2222
[Configuration Manager Dialog Box](/visualstudio/ide/understanding-build-configurations)<br/>
2323
[Compiling and Building](/visualstudio/ide/compiling-and-building-in-visual-studio)
2424

docs/atl/reference/making-an-atl-object-noncreatable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can change the attributes of an ATL-based COM object so that a client cannot
2929
3030
[ATL Project Wizard](../../atl/reference/atl-project-wizard.md)<br/>
3131
[Visual C++ Project Types](../../build/visual-cpp-project-types.md)<br/>
32-
[Creating Desktop Projects By Using Application Wizards](../../ide/creating-desktop-projects-by-using-application-wizards.md)<br/>
32+
[Creating Desktop Projects By Using Application Wizards](../../build/creating-desktop-projects-by-using-application-wizards.md)<br/>
3333
[Programming with ATL and C Run-Time Code](../../atl/programming-with-atl-and-c-run-time-code.md)<br/>
3434
[Fundamentals of ATL COM Objects](../../atl/fundamentals-of-atl-com-objects.md)<br/>
3535
[Default ATL Project Configurations](../../atl/reference/default-atl-project-configurations.md)

docs/atl/reference/specifying-compiler-optimization-for-an-atl-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ in stdafx.h, before all other ATL header files are included.
4444

4545
[ATL Project Wizard](../../atl/reference/atl-project-wizard.md)<br/>
4646
[Visual C++ Project Types](../../build/visual-cpp-project-types.md)<br/>
47-
[Creating Desktop Projects By Using Application Wizards](../../ide/creating-desktop-projects-by-using-application-wizards.md)<br/>
47+
[Creating Desktop Projects By Using Application Wizards](../../build/creating-desktop-projects-by-using-application-wizards.md)<br/>
4848
[Programming with ATL and C Run-Time Code](../../atl/programming-with-atl-and-c-run-time-code.md)<br/>
4949
[Fundamentals of ATL COM Objects](../../atl/fundamentals-of-atl-com-objects.md)<br/>
5050
[novtable](../../cpp/novtable.md)<br/>

docs/build/creating-and-managing-visual-cpp-projects.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,27 @@ You can also create new projects by:
2525

2626
## In This Section
2727

28-
[Visual C++ Project Types](../ide/visual-cpp-project-types.md)<br>
28+
[Visual C++ Project Types](visual-cpp-project-types.md)<br>
2929
Describes the MSBuild-based project types that are available in Visual C++.
3030

31-
[File Types Created for Visual C++ Projects](../ide/file-types-created-for-visual-cpp-projects.md)<br>
31+
[File Types Created for Visual C++ Projects](file-types-created-for-visual-cpp-projects.md)<br>
3232
Describes the kinds of files that are used with various MSBuild project types.
3333

3434
[Creating Desktop Projects By Using Application Wizards](creating-desktop-projects-by-using-application-wizards.md)<br>
3535
How to use the wizards to create projects with Visual C++.
3636

37-
[Working with Project Properties](../ide/working-with-project-properties.md)<br>
37+
[Working with Project Properties](working-with-project-properties.md)<br>
3838
Describes how to use Property Pages and Property Sheets to specify your project settings.
3939

4040
[Adding Functionality with Code Wizards](../ide/adding-functionality-with-code-wizards-cpp.md)<br>
4141
Describes how to add classes, methods, variables, and other elements to your project to add functionality.
4242

43-
[How to: Organize Project Output Files for Builds](../ide/how-to-organize-project-output-files-for-builds.md)<br>
43+
[How to: Organize Project Output Files for Builds](how-to-organize-project-output-files-for-builds.md)<br>
4444
Describes how to organize project output files.
4545

4646
## Related Sections
4747

48-
[Building C/C++ Programs](../build/building-c-cpp-programs.md)<br>
48+
[Building C/C++ Programs](building-c-cpp-programs.md)<br>
4949
Provides links to topics describing building your program from the command line or from the integrated development environment of Visual Studio.
5050

5151
## See Also

docs/build/creating-desktop-projects-by-using-application-wizards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Every type of Visual C++ project has an application wizard that helps you genera
1919

2020
1. In the Templates pane, select an icon to choose a project type. A message appears under both panes indicating the type of project you are going to create.
2121

22-
1. Specify your project properties, or skip this step to use Visual Studio default project properties. See [Working with Project Properties](../ide/working-with-project-properties.md) for details.
22+
1. Specify your project properties, or skip this step to use Visual Studio default project properties. See [Working with Project Properties](../build/working-with-project-properties.md) for details.
2323

2424
1. Click **OK**, and the wizard for your project type opens. If you want to read the help topic for the wizard, press **F1**.
2525

docs/build/reference/file-types-created-for-visual-cpp-projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 2b0ee2e0-ae81-4185-9bb9-11da3c99a283
88

99
This topic describes all the types of files that are associated with Visual C++ projects for classic desktop applications. The actual files included in your project depend on the project type and the options you select when using a wizard.
1010

11-
- [Project and Solution Files](../project-and-solution-files.md)
11+
- [Project and Solution Files]()
1212

1313
- [CLR Projects](files-created-for-clr-projects.md)
1414

@@ -61,8 +61,8 @@ The following table shows common files in a Visual C++ project, and identifies t
6161
|.vap|Project|A Visual Studio Analyzer project file.|
6262
|.vbg|Solution|A compatible project group file.|
6363
|.vbp, .vip, .vbproj|Project|The Visual Basic project file.|
64-
|.vcxitems|Project|Shared Items project for sharing code files between multiple C++ projects. See [Project Files and Makefiles](../project-and-solution-files.md) for more information.|
65-
|.vcxproj|Project|The Visual C++ project file. See [Project Files and Makefiles](../project-and-solution-files.md) for more information.|
64+
|.vcxitems|Project|Shared Items project for sharing code files between multiple C++ projects. See [Project Files and Makefiles]() for more information.|
65+
|.vcxproj|Project|The Visual C++ project file. See [Project Files and Makefiles]() for more information.|
6666
|.vcxproj.filters|Project|When Solution Explorer is used to add a file to a project, the filters file defines where in the Solution Explorer tree view the file is added, based on its file name extension.|
6767
|.vdproj|Project|The Visual Studio deployment project file.|
6868
|.vmx|Project|The macro project file.|

0 commit comments

Comments
 (0)