Skip to content

Commit 4d09143

Browse files
committed
fix links etc
1 parent 5973239 commit 4d09143

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/ide/command-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Command Window
33
description: Learn how you can use the Command window to execute commands or aliases directly in the Visual Studio IDE.
44
ms.date: 8/27/2025
5-
ms.topic: conceept-article
5+
ms.topic: concept-article
66
f1_keywords:
77
- VS.CommandWindow
88
helpviewer_keywords:

docs/ide/output-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you use autoscrolling in the **Output** window and then navigate by using the
6868

6969
## Structured Diagnostics
7070

71-
C++ MSBuild projects might emit structured diagnostics. The level of indentation of a diagnostic in the **Output** window represents the nested structure of the information. Enable or disable indentation with the **Project** > **Properties** > **Advanced** > **Enable MSVC Structured Output** option. You can affect several projects by creating a [Directory.Build.props](../msbuild/customize-by-directory) file with the **UseStructuredOutput** property defined to true or false.
71+
C++ MSBuild projects might emit structured diagnostics. The level of indentation of a diagnostic in the **Output** window represents the nested structure of the information. Enable or disable indentation with the **Project** > **Properties** > **Advanced** > **Enable MSVC Structured Output** option. You can affect several projects by creating a [Directory.Build.props](../msbuild/customize-by-directory.md) file with the **UseStructuredOutput** property defined to true or false.
7272

7373
## See also
7474

docs/ide/team-explorer-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The **Home** page has different functions depending on whether you're connected
3333
3434
| **Home** page with Git | **Home** page with TFVC |
3535
| - | - |
36-
| ![Team Explorer Home page with Git in Visual Studio 2019](media/team-explorer-reference/team-explorer-git.png) | ![Team Explorer Home page with TFVC in Visual Studio](media/team-explorer-reference/team-explorer-tfvc.png) |
36+
| ![Team Explorer Home page with Git in Visual Studio 2019](reference/media/team-explorer-reference/team-explorer-git.png) | ![Team Explorer Home page with TFVC in Visual Studio](reference/media/team-explorer-reference/team-explorer-tfvc.png) |
3737

3838
## Changes page (Git)
3939

docs/ide/user-notifications-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can also press **Ctrl**+**Q** to bring up **Feature Search**, and type in `N
2929

3030
The following image shows a typical user notification, showing that a new preview is available for installation:
3131

32-
![Screenshot showing the User Notifications tool window.](reference/media/vs-2022/user-notifications.png)
32+
![Screenshot showing the User Notifications tool window.](media/vs-2022/user-notifications.png)
3333

3434
If you click on the **View details** link, the Visual Studio installer opens. Close any other instance of the installer before clicking the link. To install later, you can choose the **Update on close** link. Visual Studio will start the update the next time you close the IDE.
3535

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
- name: Connect to a project
306306
href: ide/connect-team-project.md
307307
- name: Overview
308-
href: team-explorer-reference.md
308+
href: ide/team-explorer-reference.md
309309
- name: Editor
310310
items:
311311
- name: Use the editor

0 commit comments

Comments
 (0)