Skip to content

Commit 3ff5de8

Browse files
author
craigcaseyMSFT
committed
fixes for broken link report
1 parent 1915ba3 commit 3ff5de8

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

docs/install/update-servicing-baseline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ ms.technology: vs-installation
1616
---
1717
# Update Visual Studio while on a servicing baseline
1818

19-
Visual Studio 2019 will have frequent updates during its [product lifecycle](/visualstudio/productinfo/release-rhythm.md#release-channel-updates). These will include both minor release updates (for example: 16.0 to 16.1) that can include new features and components, and servicing updates (for example: 16.0.4 to 16.0.5) containing only targeted fixes for critical issues.
19+
Visual Studio 2019 will have frequent updates during its [product lifecycle](/visualstudio/productinfo/release-rhythm#release-channel-updates). These will include both minor release updates (for example: 16.0 to 16.1) that can include new features and components, and servicing updates (for example: 16.0.4 to 16.0.5) containing only targeted fixes for critical issues.
2020

21-
Enterprise administrators can choose to keep their clients on a servicing baseline, which is supported with servicing updates for a year past the release of the next servicing baseline. This allows more flexibility for developers and administrators to adopt the new features, bug fixes, or components included in new minor updates. The first servicing baseline is 16.0.x. See [Support options for enterprise and professional customers](/visualstudio/releases/2019/servicing.md#support-options-for-enterprise-and-professional-customers) for more information.
21+
Enterprise administrators can choose to keep their clients on a servicing baseline, which is supported with servicing updates for a year past the release of the next servicing baseline. This allows more flexibility for developers and administrators to adopt the new features, bug fixes, or components included in new minor updates. The first servicing baseline is 16.0.x. See [Support options for enterprise and professional customers](https://docs.microsoft.com/visualstudio/releases/2019/servicing#support-options-for-enterprise-and-professional-customers) for more information.
2222

2323
## How to get onto a servicing baseline
2424

mac/2017/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For working with iOS in Visual Studio you need the following pieces:
6262
- Fully cross-platform Xamarin apps – Select **Android**, **iOS**, and **macOS** platforms.
6363
* **.NET Core applications** – Select **.NET Core** platform.
6464
* **ASP.NET Core Web Applications** – Select **.NET Core** platform.
65-
* **Cross-platform Unity Game Development** – No additional platforms need to be installed beyond Visual Studio for Mac. Refer to the [Unity setup guide](/visualstudio/macm/setup-vsmac-tools-unity) for more information on installing the Unity extension.
65+
* **Cross-platform Unity Game Development** – No additional platforms need to be installed beyond Visual Studio for Mac. Refer to the [Unity setup guide](/visualstudio/mac/setup-vsmac-tools-unity) for more information on installing the Unity extension.
6666

6767
This installation screen displays the version and size of each individual component. You can click each component to display a list of dependencies for that component (for Android), see additional packages that it downloads (for .NET Core), or view any additional applications required (for iOS and macOS):
6868

mac/2017/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Visual Studio for Mac uses the [JavaScript Language Service](/visualstudio/ide/j
3434
JavaScript intellisense in Visual Studio for Mac can be based on type inference, JSDoc, or TypeScript declaration.
3535

3636
- **Type inference** – The type of an object is figured out by the surrounding code context. For more information, see Visual Studio's section on [IntelliSense based on type inference](/visualstudio/ide/javascript-intellisense#intellisense-based-on-type-inference).
37-
- **JSDoc** – There are times when type inference doesn't provide the correct type information. In these cases, the type information can be provided explicitly by [JSDoc](http://usejsdoc.org/about-getting-started.html) annotations. For more information, see Visual Studio's section on [IntelliSense based on JSDoc](/visualstudio/ide/javascript-intellisense#intellisense-based-on-jsdoc)
37+
- **JSDoc** – There are times when type inference doesn't provide the correct type information. In these cases, the type information can be provided explicitly by [JSDoc](https://jsdoc.app/about-getting-started.html) annotations. For more information, see Visual Studio's section on [IntelliSense based on JSDoc](/visualstudio/ide/javascript-intellisense#intellisense-based-on-jsdoc)
3838
- **TypeScript declaration files**`.d.ts` files are used to provide values for JavaScript IntelliSense. Types declared in that file can be used as types on JSDoc comments. For more information, see Visual Studio's section on [IntelliSense based on TypeScript declaration files](/visualstudio/ide/javascript-intellisense#intellisense-based-on-typescript-declaration-files)
3939

4040
![adding a typescript definition file](media/javascript-image3.png)

mac/2017/report-a-problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To report a problem with Visual Studio for Mac, select **Help > Report a Problem
5252

5353
1. Select **Submit** to send your report, along with any images and log files.
5454

55-
For information about what data is collected, see [Data we collect](/visualstudio/ide/developer-community-privacy.md#data-we-collect).
55+
For information about what data is collected, see [Data we collect](/visualstudio/ide/developer-community-privacy#data-we-collect).
5656

5757
## Search for solutions or provide feedback
5858

mac/2017/tf-version-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The following options can be used to authenticate with a server:
152152

153153
To use basic authentication it is necessary to enable **Alternative authentication credentials** in Azure DevOps Services, by following the steps below:
154154

155-
1. Sign in to your Azure DevOps organization as the owner (https://dev.azure.com/{organization}/{project}).
155+
1. Sign in to your Azure DevOps organization as the owner (https:\//dev.azure.com/{organization}/{project}).
156156

157157
2. From your organization toolbar, select the gear icon and select **Policy**:
158158

mac/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Visual Studio for Mac uses the [JavaScript Language Service](/visualstudio/ide/j
3434
JavaScript intellisense in Visual Studio for Mac can be based on type inference, JSDoc, or TypeScript declaration.
3535

3636
- **Type inference** – The type of an object is figured out by the surrounding code context. For more information, see Visual Studio's section on [IntelliSense based on type inference](/visualstudio/ide/javascript-intellisense#intellisense-based-on-type-inference).
37-
- **JSDoc** – There are times when type inference doesn't provide the correct type information. In these cases, the type information can be provided explicitly by [JSDoc](http://usejsdoc.org/about-getting-started.html) annotations. For more information, see Visual Studio's section on [IntelliSense based on JSDoc](/visualstudio/ide/javascript-intellisense#intellisense-based-on-jsdoc)
37+
- **JSDoc** – There are times when type inference doesn't provide the correct type information. In these cases, the type information can be provided explicitly by [JSDoc](https://jsdoc.app/about-getting-started.html) annotations. For more information, see Visual Studio's section on [IntelliSense based on JSDoc](/visualstudio/ide/javascript-intellisense#intellisense-based-on-jsdoc)
3838
- **TypeScript declaration files**`.d.ts` files are used to provide values for JavaScript IntelliSense. Types declared in that file can be used as types on JSDoc comments. For more information, see Visual Studio's section on [IntelliSense based on TypeScript declaration files](/visualstudio/ide/javascript-intellisense#intellisense-based-on-typescript-declaration-files)
3939

4040
![adding a typescript definition file](media/javascript-image3.png)

mac/report-a-problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To report a problem with Visual Studio for Mac, select **Help > Report a Problem
5252

5353
1. Select **Submit** to send your report, along with any images and log files.
5454

55-
For information about what data is collected, see [Data we collect](/visualstudio/ide/developer-community-privacy.md#data-we-collect).
55+
For information about what data is collected, see [Data we collect](/visualstudio/ide/developer-community-privacy#data-we-collect).
5656

5757
## Search for solutions or provide feedback
5858

mac/tf-version-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ The following options can be used to authenticate with a server:
238238

239239
To use basic authentication it is necessary to enable **Alternative authentication credentials** in Azure DevOps Services, by following the steps below:
240240

241-
1. Sign in to your Azure DevOps organization as the owner (https://dev.azure.com/{organization}/{project}).
241+
1. Sign in to your Azure DevOps organization as the owner (https:\//dev.azure.com/{organization}/{project}).
242242

243243
2. From your organization toolbar, select the gear icon and select **Policy**:
244244

subscriptions/vs-office-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ Not sure which subscription you're using? Connect to [https://my.visualstudio.c
7777

7878
## Support resources
7979

80-
- Need help with your Office Developer subscription? Check out the [support](https://developer.microsoft.com/office/support) resources on the [Office Dev Center](https://developer.microsoft.com/office).
80+
- Need help with your Office Developer subscription? Check out the [support](https://developer.microsoft.com/office/docs#officecommunity) resources on the [Office Dev Center](https://developer.microsoft.com/office).
8181
- For assistance with sales, subscriptions, accounts and billing for Visual Studio Subscriptions, contact Visual Studio [Subscriptions Support](https://visualstudio.microsoft.com/subscriptions/support/).
8282
- Have a question about Visual Studio IDE, Azure DevOps Services or other Visual Studio products or services? Visit [Visual Studio Support](https://visualstudio.microsoft.com/support/).

0 commit comments

Comments
 (0)