From d0907a4a39ad28fadc8c933893e2a36523410a85 Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Tue, 2 Feb 2021 18:44:24 -0800 Subject: [PATCH] Update URL --- docs/core/tutorials/libraries.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/core/tutorials/libraries.md b/docs/core/tutorials/libraries.md index c482b3487d91c..96f15ca037e48 100644 --- a/docs/core/tutorials/libraries.md +++ b/docs/core/tutorials/libraries.md @@ -11,11 +11,11 @@ This article covers how to write libraries for .NET using the .NET CLI. The CLI ## Prerequisites -You need [the .NET SDK and CLI](https://dotnet.microsoft.com/download) installed on your machine. +You need the [.NET SDK](https://dotnet.microsoft.com/download) installed on your machine. -For the sections of this document dealing with .NET Framework versions, you need the [.NET Framework](https://dotnet.microsoft.com) installed on a Windows machine. +For the sections of this document dealing with .NET Framework versions, you need the [.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework) installed on a Windows machine. -Additionally, if you wish to support older .NET Framework targets, you need to install targeting packs or developer packs from the [.NET download archives page](https://dotnet.microsoft.com/download/archives). Refer to this table: +Additionally, if you wish to support older .NET Framework targets, you need to install targeting packs or developer packs from the [.NET Framework downloads page](https://dotnet.microsoft.com/download/dotnet-framework). Refer to this table: | .NET Framework version | What to download | | ---------------------- | ------------------------------------------------------ |