Skip to content

Commit b45d897

Browse files
committed
link fixes
1 parent 7c83b19 commit b45d897

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

docs/ide/fsharp-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following table summarizes features in project properties for F#:
5858
|Application|[Application Page, Project Designer](reference/application-page-project-designer-csharp.md)|Enables you to specify application-level settings and properties, such as whether you are creating a library or an executable file, what version of .NET the application targets, and information about where the resource files that the application uses are stored.|
5959
|Build|[Build Page, Project Designer](reference/build-page-project-designer-csharp.md)|Enables you to control how the code is compiled.|
6060
|Build Events|[Build Events Page, Project Designer](reference/build-events-page-project-designer-csharp.md)|Enables you to specify commands to run before or after a compilation.|
61-
|Debug|[Debug Page, Project Designer](/previous-versions/visual-studio-2017/ide/reference/debug-page-project-designer)|Enables you to control how the application runs during debugging. This includes what commands to use and what your application's starting directory is, and any special debugging modes you want to enable, such as native code and SQL.|
61+
|Debug|[Debug Page, Project Designer](/previous-versions/visualstudio/visual-studio-2017/ide/reference/debug-page-project-designer)|Enables you to control how the application runs during debugging. This includes what commands to use and what your application's starting directory is, and any special debugging modes you want to enable, such as native code and SQL.|
6262
|Package (.NET SDK only)|N/A|Enables you to define NuGet Package metadata when publishing as a NuGet package.|
6363
|Reference Paths|[Manage references in a project](managing-references-in-a-project.md)|Enables you to specify where to search for assemblies that the code depends on.|
6464
|Resources (.NET SDK only)|N/A|Enables you to generate and manage a default resources file.|

docs/ide/reference/project-properties-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Use links in the following table to get information about properties.
9090
| [Build Events Page, Project Designer (C#)](../../ide/reference/build-events-page-project-designer-csharp.md) | Specify build configuration instructions. |
9191
| [Build Page, Project Designer (C#)](../../ide/reference/build-page-project-designer-csharp.md) | Specify build configuration properties for a Visual C# project. |
9292
| [Compile Page, Project Designer (Visual Basic)](../../ide/reference/compile-page-project-designer-visual-basic.md) | Specify compilation properties for Visual Basic projects. |
93-
| [Debug Page, Project Designer](/previous-versions/visual-studio-2017/ide/reference/debug-page-project-designer) | Specify debugging properties for a project. |
93+
| [Debug Page, Project Designer](/previous-versions/visualstudio/visual-studio-2017/ide/reference/debug-page-project-designer) | Specify debugging properties for a project. |
9494
| [Code Analysis, Project Designer](../../ide/reference/code-analysis-project-designer.md) | Configure the code analysis tool. |
9595
| [Publish Page, Project Designer](../../ide/reference/publish-page-project-designer.md) | Configure properties for ClickOnce. |
9696
| [References Page, Project Designer (Visual Basic)](../../ide/reference/references-page-project-designer-visual-basic.md) | Manage references used by a project. |

docs/toc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -898,8 +898,6 @@
898898
href: ide/reference/command-window.md
899899
- name: Error List window
900900
href: ide/reference/error-list-window.md
901-
- name: File Properties, JavaScript
902-
href: ide/reference/file-properties-javascript.md
903901
- name: Go To Line
904902
href: ide/reference/go-to-line.md
905903
- name: Paste JSON or XML as classes
@@ -1074,8 +1072,6 @@
10741072
href: ide/reference/build-page-project-designer-csharp.md
10751073
- name: Advanced Build Settings Dialog Box (C#)
10761074
href: ide/reference/advanced-build-settings-dialog-box-csharp.md
1077-
- name: Code Analysis, Project Designer
1078-
href: ide/reference/code-analysis-project-designer.md
10791075
- name: Compile Page, Project Designer (Visual Basic)
10801076
items:
10811077
- name: Compile Page
@@ -1096,8 +1092,6 @@
10961092
href: ide/reference/advanced-settings-for-services-dialog-box.md
10971093
- name: Settings Page, Project Designer
10981094
href: ide/reference/settings-page-project-designer.md
1099-
- name: Property Pages, JavaScript
1100-
href: ide/reference/property-pages-javascript.md
11011095
- name: Property Pages, React, Angular, and Vue
11021096
href: ide/reference/property-pages-javascript-esproj.md
11031097
- name: Properties window

0 commit comments

Comments
 (0)