Skip to content

Commit e889946

Browse files
authored
Merge pull request #8462 from MicrosoftDocs/main637986855703070778sync_temp
Repo sync for protected CLA branch
2 parents d751934 + 06b6341 commit e889946

25 files changed

+50
-51
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for taking the time to contribute to the Visual Studio docs.
44

5-
This guide covers some general topics around contributing and refers out to the docs.microsoft.com [contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations.
5+
This guide covers some general topics around contributing and refers to the [Microsoft Docs contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations.
66

77
## Code of conduct
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Visual Studio documentation
22

3-
Welcome! This repo contains source files for the Visual Studio technical documentation. The topics are published on [docs.microsoft.com](https://docs.microsoft.com/visualstudio).
3+
Welcome! This repo contains source files for the Visual Studio technical documentation. The topics are published at [Visual Studio product family documentation](https://docs.microsoft.com/visualstudio).
44

55
This repo was moved on June 23, 2017 from https://github.com/Microsoft/vsdocs.
66

docs/deployment/deploying-applications-services-and-components-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ For more information:
123123

124124
### Azure Virtual Machine
125125

126-
[Azure Virtual Machines (VMs)](https://azure.microsoft.com/documentation/services/virtual-machines/) lets you create and manage any number of computing resources in the cloud. By assuming responsibility for all software and updates on the VMs, you can customize them as much as desired as required by your application. You can access the virtual machines directly through Remote Desktop, and each one will maintain its assigned IP address as long as desired.
126+
[Azure Virtual Machines (VMs)](/azure/virtual-machines/) lets you create and manage any number of computing resources in the cloud. By assuming responsibility for all software and updates on the VMs, you can customize them as much as desired as required by your application. You can access the virtual machines directly through Remote Desktop, and each one will maintain its assigned IP address as long as desired.
127127

128128
Scaling an application that's hosted on virtual machines involves spinning up additional VMs according to demand and then deploying the necessary software. This additional level of control lets you scale differently in different global regions. For example, if your application is serving employees in a variety of regional offices, you can scale your VMs according to the number of employees in those regions, potentially reducing costs.
129129

docs/extensibility/support-for-the-visual-studio-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Several support options are available for customers who have questions about how
2929
Members of the Visual Studio development team and other developers who extend Visual Studio often participate in the microsoft.public.vstudio.extensibility newsgroup. This newsgroup is a managed newsgroup. If you are an MSDN Universal Subscriber, make sure that you register a no-spam alias to make it possible for Microsoft to respond.
3030

3131
### MSDN Forums
32-
The [MSDN Forums](https://social.msdn.microsoft.com/Forums/home) provide another way to chat with peers and experts. The graphical user interface (UI) of the forums is designed to make them easier to use than newsgroups. [Visual Studio community support - Extensions](https://docs.microsoft.com/answers/topics/vs-extensions.html) is a good place to start to search for answers to extensibility questions. Always search before you ask a question because someone else may already have asked the same question.
32+
The [MSDN Forums](https://social.msdn.microsoft.com/Forums/home) provide another way to chat with peers and experts. The graphical user interface (UI) of the forums is designed to make them easier to use than newsgroups. [Visual Studio community support - Extensions](/answers/topics/vs-extensions.html) is a good place to start to search for answers to extensibility questions. Always search before you ask a question because someone else may already have asked the same question.
3333

3434
### Visual Studio Gallery
3535
The [Visual Studio Marketplace](https://marketplace.visualstudio.com/) is the place for extensions and sample code. You can find tools that improve your productivity and user experience with Visual Studio, sample applications that show how to use VSPackages and the Managed Extensibility Framework (MEF), and other kinds of samples.

docs/get-started/tutorial-open-project-from-repo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Here's how to use Git in Visual Studio 2019 [**version 16.8**](/visualstudio/rel
161161
162162
Next, Visual Studio automatically loads and opens the solution from the repository.
163163

164-
![Screenshot of a project in Git that's open in Solution Explorer in Visual Studio 2019 version 16.8 and later.](../ide/media/vs-2019/git-solution-explorer.png )
164+
![Screenshot of a project in Git that's open in Solution Explorer in Visual Studio 2019 version 16.8 and later.](../ide/media/vs-2019/git-solution-explorer.png)
165165

166166
1. If your repository contains multiple solutions, Solution Explorer displays them. For a list view of the solutions, select the **Switch Views** button in Solution Explorer.
167167

@@ -321,4 +321,4 @@ Feel free to dive into any of the following language-specific tutorials:
321321

322322
[Visual Studio version control documentation](../version-control/index.yml)
323323

324-
::: moniker-end
324+
::: moniker-end

docs/help-viewer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can install and view content for various products and technologies on your l
4141
To install Help Viewer, see [Microsoft Help Viewer installation](../help-viewer/installation.md). To start reading help topics in the Help Viewer rather than online, go to the **Help** menu in Visual Studio, and then choose **Set Help Preference** > **Launch in Help Viewer**.
4242

4343
> [!TIP]
44-
> Another way to download content locally so you can view it when you don't have an internet connection is to download a PDF version of it. Many documentation sets on docs.microsoft.com include a link at the bottom of the table of contents (TOC) to download a PDF file that contains all the articles for that TOC.
44+
> Another way to download content locally so you can view it when you don't have an internet connection is to download a PDF version of it. Many documentation sets on Microsoft Docs include a link at the bottom of the table of contents (TOC) to download a PDF file that contains all the articles for that TOC.
4545
>
4646
> ![Download PDF for Visual Studio documentation](media/overview/download-pdf.png)
4747

docs/ide/not-in-toc/default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ We're sorry! It looks like we couldn't find what you were looking for.
14641464

14651465
**Looking for `F1` help on a window, a keyword, or an API name?**
14661466
- **Try your favorite search engine [Recommended]**
1467-
- Use the [docs.microsoft.com](/) toolbar to search
1467+
- Use the [Microsoft Docs](/) toolbar to search
14681468
- Search the [.NET API browser](/dotnet/api/) or read our [text code editor overview](../../ide/writing-code-in-the-code-and-text-editor.md)
14691469
- Browse the Knowledge Base for [Visual Studio troubleshooting](/troubleshoot/visualstudio/welcome-visual-studio/)
14701470

docs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ productDirectory:
5454
- url: https://code.visualstudio.com
5555
text: Product page
5656
- title: GitHub Codespaces
57-
imageSrc: https://docs.microsoft.com/media/logos/logo_octokitty.svg
57+
imageSrc: /media/logos/logo_octokitty.svg
5858
links:
5959
- url: https://docs.github.com/github/developing-online-with-codespaces/
6060
text: Documentation

0 commit comments

Comments
 (0)