Skip to content

Commit 8fad619

Browse files
authored
Merge pull request #8328 from TerryGLee/tglee-update
revise second Solution Explorer link
2 parents 3d0f493 + 0f103a4 commit 8fad619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/includes/ide-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 06/29/2021
2+
ms.date: 07/01/2021
33
ms.technology: vs-ide-general
44
ms.custom: vs-get-started
55
ms.author: tglee
@@ -23,7 +23,7 @@ The Visual Studio *integrated development environment* is a creative launching p
2323

2424
This image shows Visual Studio with an open project and several key tool windows you'll likely use:
2525

26-
- [Solution Explorer](../../ide/use-solution-explorer.md) (top right) lets you view, navigate, and manage your code files. **Solution Explorer** can help organize your code by grouping the files into [solutions and projects](../../ide/use-solution-explorer.md).
26+
- [Solution Explorer](../../ide/use-solution-explorer.md) (top right) lets you view, navigate, and manage your code files. **Solution Explorer** can help organize your code by grouping the files into [solutions and projects](../../ide/solutions-and-projects-in-visual-studio.md).
2727

2828
- The [editor window](../../ide/writing-code-in-the-code-and-text-editor.md) (center), where you'll likely spend a majority of your time, displays file contents. This is where you can edit code or design a user interface such as a window with buttons and text boxes.
2929

0 commit comments

Comments
 (0)