Skip to content

Commit 6a6e170

Browse files
pritamsoColin Robertson
andauthored
Broken link fix (MicrosoftDocs#4073)
* Broken link fixed * Broken link fixed. * Update link text to match link destination Co-authored-by: Colin Robertson <[email protected]>
1 parent da4e2d7 commit 6a6e170

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/get-started/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ landingContent:
7070
- linkListType: tutorial
7171
links:
7272
- text: Open code from a repo
73-
url: /visualstudio/get-started/tutorial-open-project-from-repo.md
73+
url: /visualstudio/get-started/tutorial-open-project-from-repo
7474
- text: Write and edit code
75-
url: /visualstudio/get-started/tutorial-editor.md
75+
url: /visualstudio/get-started/tutorial-editor
7676
- text: Compile and build
77-
url: /visualstudio/ide/compiling-and-building-in-visual-studio.md
77+
url: /visualstudio/ide/compiling-and-building-in-visual-studio
7878
- text: Debug your C++ code
7979
url: /visualstudio/debugger/quickstart-debug-with-cplusplus
8080
- text: Test your C++ code

docs/overview/overview-of-cpp-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Source control enables you to coordinate work among multiple developers, isolate
5454

5555
::: moniker-end
5656

57-
For more information about Git integration with repos in Azure, see [Share your code with Visual Studio 2017 and Azure Repos Git](/azure/devops/repos/git/share-your-code-in-git-vs-2017). For information about Git integration with GitHub, see [GitHub Extension for Visual Studio](https://visualstudio.github.com/).
57+
For more information about Git integration with repos in Azure, see [Share your code with Azure Repos and Visual Studio](/azure/devops/repos/git/share-your-code-in-git-vs). For information about Git integration with GitHub, see [Visual Studio and GitHub: Better together](https://visualstudio.github.com/).
5858

5959
## Obtain libraries
6060

0 commit comments

Comments
 (0)