Skip to content

Commit 072292c

Browse files
authored
* Update instructions to skip one step * remove links to /download/all * additional microsoft.com/net links * more link updates * fix more instances
1 parent 2491ad2 commit 072292c

26 files changed

+50
-49
lines changed

aspnetcore/azure/devops/tools-and-downloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following subscriptions are required:
2222
The following tools are required:
2323

2424
* [Git](https://git-scm.com/downloads) — A fundamental understanding of Git is recommended for this guide. Review the [Git documentation](https://git-scm.com/doc), specifically [git remote](https://git-scm.com/docs/git-remote) and [git push](https://git-scm.com/docs/git-push).
25-
* [.NET Core SDK](https://www.microsoft.com/net/download/) — Version 2.1.300 or later is required to build and run the sample app. If Visual Studio is installed with the **.NET Core cross-platform development** workload, the .NET Core SDK is already installed.
25+
* [.NET Core SDK](https://dotnet.microsoft.com/download/) — Version 2.1.300 or later is required to build and run the sample app. If Visual Studio is installed with the **.NET Core cross-platform development** workload, the .NET Core SDK is already installed.
2626

2727
Verify your .NET Core SDK installation. Open a command shell, and run the following command:
2828

aspnetcore/data/ef-mvc/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this tutorial, you:
3838
3939
## Prerequisites
4040

41-
* [.NET Core SDK 2.2](https://www.microsoft.com/net/download)
41+
* [.NET Core SDK 2.2](https://dotnet.microsoft.com/download)
4242
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the following workloads:
4343
* **ASP.NET and web development** workload
4444
* **.NET Core cross-platform development** workload

aspnetcore/fundamentals/metapackage-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ The `Microsoft.AspNetCore.App` [metapackage](/dotnet/core/packages#metapackages)
101101

102102
To update ASP.NET Core:
103103

104-
* On development machines and build servers: Download and install the [.NET Core SDK](https://www.microsoft.com/net/download).
105-
* On deployment servers: Download and install the [.NET Core runtime](https://www.microsoft.com/net/download).
104+
* On development machines and build servers: Download and install the [.NET Core SDK](https://dotnet.microsoft.com/download).
105+
* On deployment servers: Download and install the [.NET Core runtime](https://dotnet.microsoft.com/download).
106106

107107
Applications will roll forward to the latest installed version on application restart. It's not necessary to update the `Microsoft.AspNetCore.App` version number in the project file. For more information, see [Framework-dependent apps roll forward](/dotnet/core/versions/selection#framework-dependent-apps-roll-forward).
108108

aspnetcore/fundamentals/metapackage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ Any dependencies of the preceding packages that otherwise aren't dependencies of
8888

8989
We recommend migrating to the `Microsoft.AspNetCore.App` metapackage for 2.1 and later. To keep using the `Microsoft.AspNetCore.All` metapackage and ensure the latest patch version is deployed:
9090

91-
* On development machines and build servers: Install the latest [.NET Core SDK](https://www.microsoft.com/net/download).
92-
* On deployment servers: Install the latest [.NET Core runtime](https://www.microsoft.com/net/download).
91+
* On development machines and build servers: Install the latest [.NET Core SDK](https://dotnet.microsoft.com/download).
92+
* On deployment servers: Install the latest [.NET Core runtime](https://dotnet.microsoft.com/download).
9393
Your app will roll forward to the latest installed version on an application restart.

aspnetcore/host-and-deploy/azure-iis-errors-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Troubleshooting:
155155

156156
* Open **Programs & Features** or **Apps & features** and confirm that **Windows Server Hosting** is installed. If **Windows Server Hosting** isn't present in the list of installed programs, download and install the .NET Core Hosting Bundle.
157157

158-
[Current .NET Core Hosting Bundle installer (direct download)](https://www.microsoft.com/net/permalink/dotnetcore-current-windows-runtime-bundle-installer)
158+
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
159159

160160
For more information, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
161161

@@ -193,7 +193,7 @@ Troubleshooting:
193193

194194
* An FDD may have been deployed without installing the .NET Core runtime on the hosting system. If the .NET Core runtime hasn't been installed, run the **.NET Core Hosting Bundle installer** on the system.
195195

196-
[Current .NET Core Hosting Bundle installer (direct download)](https://www.microsoft.com/net/permalink/dotnetcore-current-windows-runtime-bundle-installer)
196+
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
197197

198198
For more information, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
199199

@@ -433,7 +433,7 @@ Troubleshooting:
433433

434434
* Open **Programs & Features** or **Apps & features** and confirm that **Windows Server Hosting** is installed. If **Windows Server Hosting** isn't present in the list of installed programs, download and install the .NET Core Hosting Bundle.
435435

436-
[Current .NET Core Hosting Bundle installer (direct download)](https://www.microsoft.com/net/permalink/dotnetcore-current-windows-runtime-bundle-installer)
436+
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
437437

438438
For more information, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
439439

@@ -469,7 +469,7 @@ Troubleshooting:
469469

470470
* An FDD may have been deployed without installing the .NET Core runtime on the hosting system. If the .NET Core runtime hasn't been installed, run the **.NET Core Hosting Bundle installer** on the system.
471471

472-
[Current .NET Core Hosting Bundle installer (direct download)](https://www.microsoft.com/net/permalink/dotnetcore-current-windows-runtime-bundle-installer)
472+
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
473473

474474
For more information, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
475475

aspnetcore/host-and-deploy/docker/building-net-docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The sample Dockerfile uses the [Docker multi-stage build feature](https://docs.d
3838
## Prerequisites
3939
::: moniker range="< aspnetcore-3.0"
4040

41-
* [.NET Core 2.2 SDK](https://www.microsoft.com/net/core)
41+
* [.NET Core 2.2 SDK](https://dotnet.microsoft.com/download/dotnet-core)
4242
::: moniker-end
4343

4444
::: moniker range=">= aspnetcore-3.0"

aspnetcore/host-and-deploy/iis/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,14 @@ Install the *.NET Core Hosting Bundle* on the hosting system. The bundle install
237237

238238
Download the installer using the following link:
239239

240-
[Current .NET Core Hosting Bundle installer (direct download)](https://www.microsoft.com/net/permalink/dotnetcore-current-windows-runtime-bundle-installer)
240+
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
241241

242242
### Earlier versions of the installer
243243

244244
To obtain an earlier version of the installer:
245245

246-
1. Navigate to the [.NET download archives](https://www.microsoft.com/net/download/archives).
247-
1. Under **.NET Core**, select the .NET Core version.
246+
1. Navigate to the [Download .NET Core](https://dotnet.microsoft.com/download/dotnet-core) page.
247+
1. Click on the desired .NET Core version.
248248
1. In the **Run apps - Runtime** column, find the row of the .NET Core runtime version desired.
249249
1. Download the installer using the **Runtime & Hosting Bundle** link.
250250

@@ -844,14 +844,14 @@ Install the *.NET Core Hosting Bundle* on the hosting system. The bundle install
844844

845845
Download the installer using the following link:
846846

847-
[Current .NET Core Hosting Bundle installer (direct download)](https://www.microsoft.com/net/permalink/dotnetcore-current-windows-runtime-bundle-installer)
847+
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
848848

849849
### Earlier versions of the installer
850850

851851
To obtain an earlier version of the installer:
852852

853-
1. Navigate to the [.NET download archives](https://www.microsoft.com/net/download/archives).
854-
1. Under **.NET Core**, select the .NET Core version.
853+
1. Navigate to the [Download .NET Core](https://dotnet.microsoft.com/download/dotnet-core) page.
854+
1. Click on the desired .NET Core version.
855855
1. In the **Run apps - Runtime** column, find the row of the .NET Core runtime version desired.
856856
1. Download the installer using the **Runtime & Hosting Bundle** link.
857857

@@ -1420,14 +1420,14 @@ Install the *.NET Core Hosting Bundle* on the hosting system. The bundle install
14201420

14211421
Download the installer using the following link:
14221422

1423-
[Current .NET Core Hosting Bundle installer (direct download)](https://www.microsoft.com/net/permalink/dotnetcore-current-windows-runtime-bundle-installer)
1423+
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
14241424

14251425
### Earlier versions of the installer
14261426

14271427
To obtain an earlier version of the installer:
14281428

1429-
1. Navigate to the [.NET download archives](https://www.microsoft.com/net/download/archives).
1430-
1. Under **.NET Core**, select the .NET Core version.
1429+
1. Navigate to the [Download .NET Core](https://dotnet.microsoft.com/download/dotnet-core) page.
1430+
1. Click on the desired .NET Core version.
14311431
1. In the **Run apps - Runtime** column, find the row of the .NET Core runtime version desired.
14321432
1. Download the installer using the **Runtime & Hosting Bundle** link.
14331433

aspnetcore/includes/2.1-SDK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[.NET Core 2.1 SDK or later](https://www.microsoft.com/net/download/all)
1+
[.NET Core 2.1 SDK or later](https://dotnet.microsoft.com/download/dotnet-core)

aspnetcore/includes/2.2-SDK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[.NET Core 2.2 SDK or later](https://www.microsoft.com/net/download/all)
1+
[.NET Core 2.2 SDK or later](https://dotnet.microsoft.com/download/dotnet-core)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
* [Visual Studio for Mac version 8.0 or later](https://visualstudio.microsoft.com/downloads/)
2-
* [.NET Core SDK 2.2 or later](https://www.microsoft.com/net/download/all)
2+
* [.NET Core SDK 2.2 or later](https://dotnet.microsoft.com/download/dotnet-core)

0 commit comments

Comments
 (0)