From 5d175aba744d1f446d32a07561761015f30861b7 Mon Sep 17 00:00:00 2001 From: Fagner Nunes Carvalho Date: Tue, 3 Nov 2020 16:49:42 -0300 Subject: [PATCH] Fix broken link (#8980) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 791d9a7ec..25756c3d2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Installers and Binaries You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (zip, tar.gz). The .NET Core SDK contains both the .NET Core runtime and CLI tools. **Note:** Be aware that the following installers are the **latest bits**. If you -want to install the latest released versions, check out the [preceding section](#looking-for-v2-of-the-net-core-tooling). +want to install the latest released versions, check out the [preceding section](#looking-for-released-versions-of-the-net-core-tooling). With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. See the following document [Configuring NuGet behavior](https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior) for more information on where to modify your NuGet.config to apply the changes. > Example: