diff --git a/release-notes/3.0/3.0-supported-os.md b/release-notes/3.0/3.0-supported-os.md index b73cb5eaa7..1fa6031482 100644 --- a/release-notes/3.0/3.0-supported-os.md +++ b/release-notes/3.0/3.0-supported-os.md @@ -46,7 +46,7 @@ Alpine Linux | 3.8+ | x64, ARM64 ## Out of support OS versions -Support for the following versions was ended by the distribution owners and are [no longer supported by .NET Core 3.0](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md). +Support for the following versions was ended by the distribution owners and are [no longer supported by .NET Core 3.0](../../os-lifecycle-policy.md). |OS | Version | End of Life | Supported Version| |-----------|----------|-------------|------------------| diff --git a/release-notes/3.0/3.0.0/3.0.0-download.md b/release-notes/3.0/3.0.0/3.0.0-download.md index 213bb01f25..0e222628e1 100644 --- a/release-notes/3.0/3.0.0/3.0.0-download.md +++ b/release-notes/3.0/3.0.0/3.0.0-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.0 * .NET Core SDK 3.0.100 -See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.0/3.0.0.md) for details about what is included in this update. +See the [Release Notes](3.0.0.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution. ### Install using a Package Manager @@ -95,10 +95,9 @@ You can download the Windows Server Hosting installer and run the following comm This will install the ASP.NET Core Module for IIS. - [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.0/3.0.0.md +[release-notes]: 3.0.0.md [//]: # ( Runtime 3.0.0) [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/bf608208-38aa-4a40-9b71-ae3b251e110a/bc1cecb14f75cc83dcd4bbc3309f7086/dotnet-hosting-3.0.0-win.exe @@ -152,6 +151,5 @@ This will install the ASP.NET Core Module for IIS. [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/3.0.0/3.0.0.md b/release-notes/3.0/3.0.0/3.0.0.md index 4fe574eec2..8341e7e0f6 100644 --- a/release-notes/3.0/3.0.0/3.0.0.md +++ b/release-notes/3.0/3.0.0/3.0.0.md @@ -100,7 +100,7 @@ Here are some of the additions and updates we're excited to bring in 3.0 GA. See [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.0/3.0.0.md +[release-notes]: 3.0.0.md [//]: # ( Runtime 3.0.0) [dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/bf608208-38aa-4a40-9b71-ae3b251e110a/bc1cecb14f75cc83dcd4bbc3309f7086/dotnet-hosting-3.0.0-win.exe @@ -154,7 +154,6 @@ Here are some of the additions and updates we're excited to bring in 3.0 GA. See [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0/ diff --git a/release-notes/3.0/3.0.1/3.0.1-install-instructions.md b/release-notes/3.0/3.0.1/3.0.1-install-instructions.md index 7a60908bfa..a6dfdef020 100644 --- a/release-notes/3.0/3.0.1/3.0.1-install-instructions.md +++ b/release-notes/3.0/3.0.1/3.0.1-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.1 * .NET Core SDK 3.0.101 -See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.1/3.0.1.md) for details about what is included in this update. +See the [Release Notes](3.0.1.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution. ### Install using a Package Manager @@ -84,13 +84,12 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.1/3.0.1.md +[release-notes]: 3.0.1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/3.0.1/3.0.1.md b/release-notes/3.0/3.0.1/3.0.1.md index 890769bab0..7df6f1b00a 100644 --- a/release-notes/3.0/3.0.1/3.0.1.md +++ b/release-notes/3.0/3.0.1/3.0.1.md @@ -54,14 +54,13 @@ The images are expected to be available later today. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.1/3.0.1.md +[release-notes]: 3.0.1.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.1-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-November-2019/ [snap-install]: 3.0.1-install-instructions.md diff --git a/release-notes/3.0/3.0.2/3.0.2-install-instructions.md b/release-notes/3.0/3.0.2/3.0.2-install-instructions.md index ad7de3ed60..85b017bfb2 100644 --- a/release-notes/3.0/3.0.2/3.0.2-install-instructions.md +++ b/release-notes/3.0/3.0.2/3.0.2-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.2 * .NET Core SDK 3.0.102 -See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.2/3.0.2.md) for details about what is included in this update. +See the [Release Notes](3.0.2.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution. ### Install using a Package Manager @@ -84,13 +84,12 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.2/3.0.2.md +[release-notes]: 3.0.2.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/3.0.2/3.0.2.md b/release-notes/3.0/3.0.2/3.0.2.md index 2c90570b72..f6c15a4c30 100644 --- a/release-notes/3.0/3.0.2/3.0.2.md +++ b/release-notes/3.0/3.0.2/3.0.2.md @@ -45,13 +45,13 @@ The images are expected to be available later today. [.NET Core 2.2 reached end of life](https://github.com/dotnet/announcements/issues/147/) on December 23, 2019. This means .NET Core 2.2 is no longer supported and updates will no longer be provided. We recommend moving to .NET Core 3.1, our long term support (LTS) release. -.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/main/microsoft-support.md) for more information about life-cycle of each product. +.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](../../../support.md) for more information about life-cycle of each product. Fedora 29 has been out of support since [November 29, 2019](https://fedoraproject.org/wiki/End_of_life) and .NET Core no longer provides support for it. Ubuntu 19.04 will be out of support on [January 23, 2020](https://lists.ubuntu.com/archives/ubuntu-announce/2020-January/thread.html). -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](../../../os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 3.0.2 @@ -135,14 +135,13 @@ Microsoft.WindowsDesktop.App | 3.1.0 | 3.1.1 [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.2/3.0.2.md +[release-notes]: 3.0.2.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.2-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-January-2020/ [snap-install]: 3.0.2-install-instructions.md diff --git a/release-notes/3.0/3.0.3/3.0.3-install-instructions.md b/release-notes/3.0/3.0.3/3.0.3-install-instructions.md index 646e220dba..95948029dd 100644 --- a/release-notes/3.0/3.0.3/3.0.3-install-instructions.md +++ b/release-notes/3.0/3.0.3/3.0.3-install-instructions.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.3 * .NET Core SDK 3.0.103 -See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.3/3.0.3.md) for details about what is included in this update. +See the [Release Notes](3.0.3.md) for details about what is included in this update. ## Docker @@ -26,7 +26,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution. ### Install using a Package Manager @@ -84,13 +84,12 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.3/3.0.3.md +[release-notes]: 3.0.3.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/3.0.3/3.0.3.md b/release-notes/3.0/3.0.3/3.0.3.md index 4e2b5f26c7..71eebca882 100644 --- a/release-notes/3.0/3.0.3/3.0.3.md +++ b/release-notes/3.0/3.0.3/3.0.3.md @@ -45,9 +45,9 @@ The images are expected to be available later today. [.NET Core 2.2 reached end of life](https://github.com/dotnet/announcements/issues/147/) on December 23, 2019. This means .NET Core 2.2 is no longer supported and updates will no longer be provided. We recommend moving to .NET Core 3.1, our long term support (LTS) release. -.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](https://github.com/dotnet/core/blob/main/microsoft-support.md) for more information about life-cycle of each product. +.NET Core 3.0 will reach end of life on March 3, 2020 which is 3 months after the release of .NET Core 3.1. You can view the [Microsoft Support for .NET Core](../../../support.md) for more information about life-cycle of each product. -See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. +See [.NET Core Supported OS Lifecycle Policy](../../../os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release. ## Changes in 3.0.3 @@ -58,14 +58,13 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.3/3.0.3.md +[release-notes]: 3.0.3.md [checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.3-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-february-2020/ [snap-install]: 3.0.3-install-instructions.md diff --git a/release-notes/3.0/preview/3.0.0-preview-known-issues.md b/release-notes/3.0/preview/3.0.0-preview-known-issues.md index 4525959f02..54a383b2ca 100644 --- a/release-notes/3.0/preview/3.0.0-preview-known-issues.md +++ b/release-notes/3.0/preview/3.0.0-preview-known-issues.md @@ -221,7 +221,7 @@ This document lists known issues for **.NET Core 3.0 Preview releases** which ma ### Preview 3 -- **[RESOLVED] The Windows Hosting bundle doesn't exist for Preview3**: The Windows Hosting bundle contained an issue which copied the 32 bit dlls into 64 bit locations. To work aroud this issue, please install the 3.0 Preview 2 [Hosting Bundle](https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview2-download.md) and run the executable on a command line with the paramaters `OPT_NO_SHAREDFX=1 OPT_NO_RUNTIME=1`. Then install the appropriate .NET and ASP.NET runtimes for preview3. +- **[RESOLVED] The Windows Hosting bundle doesn't exist for Preview3**: The Windows Hosting bundle contained an issue which copied the 32 bit dlls into 64 bit locations. To work aroud this issue, please install the 3.0 Preview 2 [Hosting Bundle](3.0.0-preview2-download.md) and run the executable on a command line with the paramaters `OPT_NO_SHAREDFX=1 OPT_NO_RUNTIME=1`. Then install the appropriate .NET and ASP.NET runtimes for preview3. - **[RESOLVED] Updates to .razor files fail to show up in subsequent builds**: Updates to Razor Component (.razor) in Visual Studio may fail to show up in subsequent builds. To work around this issue add the following item group to the project file: diff --git a/release-notes/3.0/preview/3.0.0-preview1-download.md b/release-notes/3.0/preview/3.0.0-preview1-download.md index 27a8ba6227..f65b6d0af9 100644 --- a/release-notes/3.0/preview/3.0.0-preview1-download.md +++ b/release-notes/3.0/preview/3.0.0-preview1-download.md @@ -38,7 +38,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview1.md +[release-notes]: 3.0.0-preview1.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9fad78e1-5824-480f-8a2a-badd80a7ea1c/f3c498ed38d56a28927381f24b6c4398/dotnet-runtime-3.0.0-preview-27122-01-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/34f71157-b200-447d-b16f-f066c5b29de0/1446beda3ff085a0015c643176794041/dotnet-runtime-3.0.0-preview-27122-01-linux-arm64.tar.gz @@ -88,6 +88,5 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-009812-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview1.md b/release-notes/3.0/preview/3.0.0-preview1.md index d9838b3704..817c0f9913 100644 --- a/release-notes/3.0/preview/3.0.0-preview1.md +++ b/release-notes/3.0/preview/3.0.0-preview1.md @@ -63,7 +63,7 @@ The following repos have been updated [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview1.md +[release-notes]: 3.0.0-preview1.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/9fad78e1-5824-480f-8a2a-badd80a7ea1c/f3c498ed38d56a28927381f24b6c4398/dotnet-runtime-3.0.0-preview-27122-01-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/34f71157-b200-447d-b16f-f066c5b29de0/1446beda3ff085a0015c643176794041/dotnet-runtime-3.0.0-preview-27122-01-linux-arm64.tar.gz @@ -113,6 +113,5 @@ The following repos have been updated [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-009812-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://aka.ms/netcore3preview1 diff --git a/release-notes/3.0/preview/3.0.0-preview2-download.md b/release-notes/3.0/preview/3.0.0-preview2-download.md index 4ee7559d0a..803a0437d5 100644 --- a/release-notes/3.0/preview/3.0.0-preview2-download.md +++ b/release-notes/3.0/preview/3.0.0-preview2-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.0-preview-19075-0444 * .NET Core SDK 3.0.100-preview-010184 -See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview2.md) for details about what is included in this update. +See the [Release Notes](3.0.0-preview2.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -36,7 +36,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for details. +Some distros require an additional step to enable access to the SSL certificate. see [.NET for Linux Distributions](../../../linux.md) for details. ### Installation from a binary archive @@ -65,7 +65,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview2.md +[release-notes]: 3.0.0-preview2.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c91ed181-87b5-455f-ace8-7c288fd27a02/5eca93bead02f2b6d2bd5e3968a8f997/dotnet-runtime-3.0.0-preview-27324-5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/54f8a5fa-37a6-4bd1-be00-e92d428ba9fc/6d87634846e580d563daee8df761ca50/dotnet-runtime-3.0.0-preview-27324-5-linux-arm64.tar.gz @@ -115,6 +115,5 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-010184-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview2.md b/release-notes/3.0/preview/3.0.0-preview2.md index c84c881a24..8750adc35e 100644 --- a/release-notes/3.0/preview/3.0.0-preview2.md +++ b/release-notes/3.0/preview/3.0.0-preview2.md @@ -45,7 +45,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co * Assembly Unloadability * Windows native interop * Work continues on WinForms and WPF -* [API changes for Preview 2](https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/api-diff/preview2/3.0-preview2.md) +* [API changes for Preview 2](./api-diff/preview2/3.0-preview2.md) ## Docker Images @@ -58,7 +58,7 @@ The following repos have been updated [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview2.md +[release-notes]: 3.0.0-preview2.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c91ed181-87b5-455f-ace8-7c288fd27a02/5eca93bead02f2b6d2bd5e3968a8f997/dotnet-runtime-3.0.0-preview-27324-5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/54f8a5fa-37a6-4bd1-be00-e92d428ba9fc/6d87634846e580d563daee8df761ca50/dotnet-runtime-3.0.0-preview-27324-5-linux-arm64.tar.gz @@ -108,6 +108,5 @@ The following repos have been updated [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview-010184-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-preview-2/ diff --git a/release-notes/3.0/preview/3.0.0-preview3-download.md b/release-notes/3.0/preview/3.0.0-preview3-download.md index bd6457e7f0..5adeffb144 100755 --- a/release-notes/3.0/preview/3.0.0-preview3-download.md +++ b/release-notes/3.0/preview/3.0.0-preview3-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.0-preview3-19153-02 * .NET Core SDK 3.0.100-preview3-010431 -See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview3.md) for details about what is included in this update. +See the [Release Notes](3.0.0-preview3.md) for details about what is included in this update. ## Downloads @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for details. +Some distros require an additional step to enable access to the SSL certificate. see [.NET for Linux Distributions](../../../linux.md) for details. ### Installation from a binary archive @@ -54,7 +54,7 @@ If only the .NET Core Runtime is needed, install `dotnet-runtime-3.0` using your [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview3.md +[release-notes]: 3.0.0-preview3.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/61afd68a-0079-45a3-917a-b8cb679fdc43/d3b8792106bbcc4b790407365fd025ac/dotnet-runtime-3.0.0-preview3-27503-5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bc04d8b5-04b5-4e45-bfd0-83cef6c072f8/d5d45d8fe4c408822197e19c05a161df/dotnet-runtime-3.0.0-preview3-27503-5-linux-arm64.tar.gz @@ -104,6 +104,5 @@ If only the .NET Core Runtime is needed, install `dotnet-runtime-3.0` using your [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview3-010431-sdk-sha.txt [linux-install]: 3.0.0-preview3-download.md -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-preview-3/ diff --git a/release-notes/3.0/preview/3.0.0-preview3.md b/release-notes/3.0/preview/3.0.0-preview3.md index 40f2422280..e1d178d3be 100644 --- a/release-notes/3.0/preview/3.0.0-preview3.md +++ b/release-notes/3.0/preview/3.0.0-preview3.md @@ -119,7 +119,7 @@ public readonly struct Memory [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview2.md +[release-notes]: 3.0.0-preview2.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/61afd68a-0079-45a3-917a-b8cb679fdc43/d3b8792106bbcc4b790407365fd025ac/dotnet-runtime-3.0.0-preview3-27503-5-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/bc04d8b5-04b5-4e45-bfd0-83cef6c072f8/d5d45d8fe4c408822197e19c05a161df/dotnet-runtime-3.0.0-preview3-27503-5-linux-arm64.tar.gz @@ -168,6 +168,5 @@ public readonly struct Memory [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview3-010431-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-preview-3/ diff --git a/release-notes/3.0/preview/3.0.0-preview4-download.md b/release-notes/3.0/preview/3.0.0-preview4-download.md index c03010d5f7..84451180e5 100755 --- a/release-notes/3.0/preview/3.0.0-preview4-download.md +++ b/release-notes/3.0/preview/3.0.0-preview4-download.md @@ -39,7 +39,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for details. +Some distros require an additional step to enable access to the SSL certificate. see [.NET for Linux Distributions](../../../linux.md) for details. ### Installation from a binary archive @@ -64,7 +64,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.0-preview4-27615-11/3.0.0-preview4-27615-11.md +[release-notes]: 3.0.0-preview4-27615-11.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/98225b75-8507-490a-a040-335d1728fc0a/537c5d8f548241dfac27ee1f98551e67/dotnet-runtime-3.0.0-preview4-27615-11-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/79dafd9e-e037-4c49-8979-8add58ba3070/46259d42ab44f7c315b97186cfd375c1/dotnet-runtime-3.0.0-preview4-27615-11-linux-arm64.tar.gz @@ -114,6 +114,5 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview4-011223-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview4.md b/release-notes/3.0/preview/3.0.0-preview4.md index 19dcd6a552..4ec64aff63 100644 --- a/release-notes/3.0/preview/3.0.0-preview4.md +++ b/release-notes/3.0/preview/3.0.0-preview4.md @@ -61,7 +61,7 @@ A few changes have been made which could result in subtle changes of behavior in [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview4.md +[release-notes]: 3.0.0-preview4.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/98225b75-8507-490a-a040-335d1728fc0a/537c5d8f548241dfac27ee1f98551e67/dotnet-runtime-3.0.0-preview4-27615-11-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/79dafd9e-e037-4c49-8979-8add58ba3070/46259d42ab44f7c315b97186cfd375c1/dotnet-runtime-3.0.0-preview4-27615-11-linux-arm64.tar.gz @@ -111,7 +111,6 @@ A few changes have been made which could result in subtle changes of behavior in [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview4-011223-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-preview-4/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-0-preview-4/ diff --git a/release-notes/3.0/preview/3.0.0-preview5-download.md b/release-notes/3.0/preview/3.0.0-preview5-download.md index 2e91c4daac..74038be61f 100644 --- a/release-notes/3.0/preview/3.0.0-preview5-download.md +++ b/release-notes/3.0/preview/3.0.0-preview5-download.md @@ -56,7 +56,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for details. +Some distros require an additional step to enable access to the SSL certificate. see [.NET for Linux Distributions](../../../linux.md) for details. ### Installation from a binary archive @@ -85,7 +85,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0.0-preview5-27626-15/3.0.0-preview5-27626-15.md +[release-notes]: 3.0.0-preview5-27626-15.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/779c214c-4898-4dbb-bc1c-0cea689a52ed/a8dc33d07be2bd14a5d581c08ebed653/dotnet-runtime-3.0.0-preview5-27626-15-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/89ac182b-199f-4b66-abf8-b0494407d890/c4dfc2ce4df1f7dad8d695c92562ab79/dotnet-runtime-3.0.0-preview5-27626-15-linux-arm64.tar.gz @@ -148,6 +148,5 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview5-011568-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview5.md b/release-notes/3.0/preview/3.0.0-preview5.md index 2e5fb109b9..4cff1df713 100644 --- a/release-notes/3.0/preview/3.0.0-preview5.md +++ b/release-notes/3.0/preview/3.0.0-preview5.md @@ -79,7 +79,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev ### Ubuntu 14.04 reached the end of standard support -Ubuntu 14.04 reached the end of its [Standard Support lifecycle](https://wiki.ubuntu.com/Releases) April 2019. As described in [.NET Core OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md), we will no longer test .NET Core on this version or produce updates for the OS version. +Ubuntu 14.04 reached the end of its [Standard Support lifecycle](https://wiki.ubuntu.com/Releases) April 2019. As described in [.NET Core OS Lifecycle Policy](../../../os-lifecycle-policy.md), we will no longer test .NET Core on this version or produce updates for the OS version. ### .NET Core LTS @@ -87,7 +87,7 @@ Our plans call for the next LTS release of .NET Core toward the end of 2019. We [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview5.md +[release-notes]: 3.0.0-preview5.md [dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/779c214c-4898-4dbb-bc1c-0cea689a52ed/a8dc33d07be2bd14a5d581c08ebed653/dotnet-runtime-3.0.0-preview5-27626-15-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/89ac182b-199f-4b66-abf8-b0494407d890/c4dfc2ce4df1f7dad8d695c92562ab79/dotnet-runtime-3.0.0-preview5-27626-15-linux-arm64.tar.gz @@ -150,7 +150,6 @@ Our plans call for the next LTS release of .NET Core toward the end of 2019. We [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview5-011568-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-5/ [dotnet5-blog]: https://devblogs.microsoft.com/dotnet/introducing-net-5/ diff --git a/release-notes/3.0/preview/3.0.0-preview6-download.md b/release-notes/3.0/preview/3.0.0-preview6-download.md index 215240ea62..c1060f8994 100644 --- a/release-notes/3.0/preview/3.0.0-preview6-download.md +++ b/release-notes/3.0/preview/3.0.0-preview6-download.md @@ -56,7 +56,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution. ### Install using deb/rpm packages @@ -64,7 +64,7 @@ Preview release installers are not available from the Microsoft package reposito A manual installatoin requires the use of your distro's package installer to install each of the files *in the order presented below.* If you attempt to install them out of order, dependency checks will not succeed and the installation will fail. Download the correct System Dependencies Installer along with the `host, hostfxr, runtime, aspnetcore-runtime and sdk` installers. -Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0-supported-os.md) document for specific distro version support status. +Please see the [3.0 Supported OS](../3.0-supported-os.md) document for specific distro version support status. | **System Dependencies Installer** | | :-- | @@ -165,7 +165,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview6.md +[release-notes]: 3.0.0-preview6.md [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/8c70f3b5-1866-4969-8acf-303ce1a5412a/c75e23e6f50d597e3b3b86bb672a6ab2/dotnet-host-3.0.0-preview6-27804-01-x64.deb [dotnet-host-x64.rpm]: https://download.visualstudio.microsoft.com/download/pr/d0efaff6-541e-4f8c-a362-945c849cd246/69869e837e623792ff6b6d741084818f/dotnet-host-3.0.0-preview6-27804-01-x64.rpm @@ -255,6 +255,5 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview6-012264-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-preview6.md b/release-notes/3.0/preview/3.0.0-preview6.md index 785792cba3..d942ebb2d4 100644 --- a/release-notes/3.0/preview/3.0.0-preview6.md +++ b/release-notes/3.0/preview/3.0.0-preview6.md @@ -80,7 +80,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev * Fedora 28 reached [end of life](https://fedoramagazine.org/fedora-28-end-of-life/) May 2019. * Ubuntu 14.04 reached the end of standard support(https://wiki.ubuntu.com/Releases) April 2019. -As described in [.NET Core OS Lifecycle Policy](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md), we will no longer test .NET Core or produce updates for OS versions which are out of standard support or are end of life. +As described in [.NET Core OS Lifecycle Policy](../../../os-lifecycle-policy.md), we will no longer test .NET Core or produce updates for OS versions which are out of standard support or are end of life. ### .NET Core LTS @@ -88,7 +88,7 @@ Our plans call for the next LTS release of .NET Core toward the end of 2019. We [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview6.md +[release-notes]: 3.0.0-preview6.md [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/8c70f3b5-1866-4969-8acf-303ce1a5412a/c75e23e6f50d597e3b3b86bb672a6ab2/dotnet-host-3.0.0-preview6-27804-01-x64.deb [dotnet-host-x64.rpm]: https://download.visualstudio.microsoft.com/download/pr/d0efaff6-541e-4f8c-a362-945c849cd246/69869e837e623792ff6b6d741084818f/dotnet-host-3.0.0-preview6-27804-01-x64.rpm @@ -168,7 +168,6 @@ Our plans call for the next LTS release of .NET Core toward the end of 2019. We [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview6-012264-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-6/ [dotnet5-blog]: https://devblogs.microsoft.com/dotnet/introducing-net-5/ diff --git a/release-notes/3.0/preview/3.0.0-preview7-download.md b/release-notes/3.0/preview/3.0.0-preview7-download.md index 7bcdcce839..fbceedbaa4 100644 --- a/release-notes/3.0/preview/3.0.0-preview7-download.md +++ b/release-notes/3.0/preview/3.0.0-preview7-download.md @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution. ### Install using deb/rpm packages @@ -45,7 +45,7 @@ Preview release installers are not available from the Microsoft package reposito A manual installatoin requires the use of your distro's package installer to install each of the files *in the order presented below.* If you attempt to install them out of order, dependency checks will not succeed and the installation will fail. Download the correct System Dependencies Installer along with the `host, hostfxr, runtime, aspnetcore-runtime` and `sdk` installers. -Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0-supported-os.md) document for specific distro version support status. +Please see the [3.0 Supported OS](../3.0-supported-os.md) document for specific distro version support status. | **System Dependencies Installer** | | :-- | @@ -146,7 +146,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview7.md +[release-notes]: 3.0.0-preview7.md [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/75df8900-3c7c-4c83-a142-ac464aba5424/2b9621b80f3e6777d436f6aabaaced27/dotnet-host-3.0.0-preview7-27912-14-x64.deb [dotnet-host-x64.rpm]: https://download.visualstudio.microsoft.com/download/pr/21c1edcc-4296-45fe-9e09-b5f0b992ec04/4119552e4774c7d2289cdac1b41d005d/dotnet-host-3.0.0-preview7-27912-14-x64.rpm @@ -219,7 +219,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview7-012821-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-7/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-7/ diff --git a/release-notes/3.0/preview/3.0.0-preview7.md b/release-notes/3.0/preview/3.0.0-preview7.md index 8751bf2d81..5419513ad8 100644 --- a/release-notes/3.0/preview/3.0.0-preview7.md +++ b/release-notes/3.0/preview/3.0.0-preview7.md @@ -71,7 +71,7 @@ As described in [.NET Core OS Lifecycle Policy](../../../os-lifecycle-policy.md) [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview7.md +[release-notes]: 3.0.0-preview7.md [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/75df8900-3c7c-4c83-a142-ac464aba5424/2b9621b80f3e6777d436f6aabaaced27/dotnet-host-3.0.0-preview7-27912-14-x64.deb [dotnet-host-x64.rpm]: https://download.visualstudio.microsoft.com/download/pr/21c1edcc-4296-45fe-9e09-b5f0b992ec04/4119552e4774c7d2289cdac1b41d005d/dotnet-host-3.0.0-preview7-27912-14-x64.rpm @@ -136,7 +136,6 @@ As described in [.NET Core OS Lifecycle Policy](../../../os-lifecycle-policy.md) [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview7-012821-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-7/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-7/ diff --git a/release-notes/3.0/preview/3.0.0-preview8-download.md b/release-notes/3.0/preview/3.0.0-preview8-download.md index a019ce91df..56516802d1 100644 --- a/release-notes/3.0/preview/3.0.0-preview8-download.md +++ b/release-notes/3.0/preview/3.0.0-preview8-download.md @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution. ### Install using deb/rpm packages @@ -45,7 +45,7 @@ Preview release installers are not available from the Microsoft package reposito A manual installatoin requires the use of your distro's package installer to install each of the files *in the order presented below.* If you attempt to install them out of order, dependency checks will not succeed and the installation will fail. Download the correct System Dependencies Installer along with the `host, hostfxr, runtime, aspnetcore-runtime` and `sdk` installers. -Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0-supported-os.md) document for specific distro version support status. +Please see the [3.0 Supported OS](../3.0-supported-os.md) document for specific distro version support status. | **System Dependencies Installer** | | :-- | @@ -146,7 +146,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview8.md +[release-notes]: 3.0.0-preview8.md [//]: # ( Runtime 3.0.0-preview8-28405-07) [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/24de5026-3471-4803-b674-689b338569df/10770879c266d430f4707e4f05f14559/dotnet-host-3.0.0-preview8-28405-07-x64.deb @@ -221,7 +221,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview8-013656-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-8/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-8/ diff --git a/release-notes/3.0/preview/3.0.0-preview8.md b/release-notes/3.0/preview/3.0.0-preview8.md index 0e38c1cfa3..fb92c9afe7 100644 --- a/release-notes/3.0/preview/3.0.0-preview8.md +++ b/release-notes/3.0/preview/3.0.0-preview8.md @@ -54,7 +54,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview8.md +[release-notes]: 3.0.0-preview8.md [//]: # ( Runtime 3.0.0-preview8-28405-07) [dotnet-host-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/24de5026-3471-4803-b674-689b338569df/10770879c266d430f4707e4f05f14559/dotnet-host-3.0.0-preview8-28405-07-x64.deb @@ -129,7 +129,6 @@ Here is list of some of the additions and updates we're excited to bring in Prev [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview8-013656-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-8/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-8/ diff --git a/release-notes/3.0/preview/3.0.0-preview9-download.md b/release-notes/3.0/preview/3.0.0-preview9-download.md index 20a52cb82e..e8654e00fe 100644 --- a/release-notes/3.0/preview/3.0.0-preview9-download.md +++ b/release-notes/3.0/preview/3.0.0-preview9-download.md @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution. ### Install using deb/rpm packages @@ -45,7 +45,7 @@ Preview release installers are not available from the Microsoft package reposito A manual installation requires the use of your distribution's package installer to install each of the files *in the order presented below.* If you attempt to install them out of order, dependency checks will not succeed and the installation will fail. Download the correct System Dependencies Installer along with the `host, hostfxr, runtime, aspnetcore-runtime` and `sdk` installers. -Please see the [3.0 Supported OS](https://github.com/dotnet/core/blob/main/release-notes/3.0/3.0-supported-os.md) document for specific distribution version support status. +Please see the [3.0 Supported OS](../3.0-supported-os.md) document for specific distribution version support status. | **System Dependencies Installer** | | :-- | @@ -146,7 +146,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview9.md +[release-notes]: 3.0.0-preview9.md [//]: # ( Runtime 3.0.0-preview9-19423-09) [dotnet-apphost-pack-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/1693593e-d1c8-4728-81d3-704666e15a59/8540d1594208edd6874deca47437f3b5/dotnet-apphost-pack-3.0.0-preview9-19423-09-x64.deb @@ -223,7 +223,6 @@ This will install the ASP.NET Core Module for IIS. [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview9-014004-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-9/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-9/ diff --git a/release-notes/3.0/preview/3.0.0-preview9.md b/release-notes/3.0/preview/3.0.0-preview9.md index 948e0e4af9..73879018fc 100644 --- a/release-notes/3.0/preview/3.0.0-preview9.md +++ b/release-notes/3.0/preview/3.0.0-preview9.md @@ -55,7 +55,7 @@ Here is list of some of the additions and updates we're excited to bring in Prev [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-preview9.md +[release-notes]: 3.0.0-preview9.md [//]: # ( Runtime 3.0.0-preview9-19423-09) [dotnet-apphost-pack-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/1693593e-d1c8-4728-81d3-704666e15a59/8540d1594208edd6874deca47437f3b5/dotnet-apphost-pack-3.0.0-preview9-19423-09-x64.deb @@ -132,7 +132,6 @@ Here is list of some of the additions and updates we're excited to bring in Prev [checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview9-014004-sdk-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-9/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-preview-9/ diff --git a/release-notes/3.0/preview/3.0.0-rc1-download.md b/release-notes/3.0/preview/3.0.0-rc1-download.md index 44418cc63c..621b9e8691 100644 --- a/release-notes/3.0/preview/3.0.0-rc1-download.md +++ b/release-notes/3.0/preview/3.0.0-rc1-download.md @@ -6,7 +6,7 @@ * ASP.NET Core 3.0.0-rc1.19457.4 * .NET Core SDK 3.0.100-rc1-014190 -See the [Release Notes](https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-rc1.md) for details about what is included in this update. +See the [Release Notes](3.0.0-rc1.md) for details about what is included in this update. | | SDK Installer1 | SDK Binaries1 | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | @@ -37,7 +37,7 @@ When .NET Core in installed using the Snap package, the default .NET Core comman `sudo snap alias dotnet-sdk.dotnet dotnet` -**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [Linux Setup](https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md) for a possible resolution. +**Note:** Some distros require an additional step to enable access to the SSL certificate. If you experience SSL errors when running `dotnet restore`, see [.NET for Linux Distributions](../../../linux.md) for a possible resolution. ### Install using a Package Manager @@ -97,7 +97,7 @@ This will install the ASP.NET Core Module for IIS. [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-rc1.md +[release-notes]: 3.0.0-rc1.md [//]: # ( Runtime 3.0.0-rc1-19456-20) [dotnet-apphost-pack-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/89570818-e9d7-4fd4-9294-9cefb961b4a1/c27f37b6e49974e52fcca3df1cc67de2/dotnet-apphost-pack-3.0.0-rc1-19456-20-x64.deb @@ -173,6 +173,5 @@ This will install the ASP.NET Core Module for IIS. [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-rc1-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/ diff --git a/release-notes/3.0/preview/3.0.0-rc1.md b/release-notes/3.0/preview/3.0.0-rc1.md index 7dcf5dc94e..f465bce38d 100644 --- a/release-notes/3.0/preview/3.0.0-rc1.md +++ b/release-notes/3.0/preview/3.0.0-rc1.md @@ -97,7 +97,7 @@ Here are some of the additions and updates we're excited to bring in RC 1. See t [blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/ [blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/ -[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/3.0/preview/3.0.0-rc1.md +[release-notes]: 3.0.0-rc1.md [//]: # ( Runtime 3.0.0-rc1-19456-20) [dotnet-apphost-pack-x64.deb]: https://download.visualstudio.microsoft.com/download/pr/89570818-e9d7-4fd4-9294-9cefb961b4a1/c27f37b6e49974e52fcca3df1cc67de2/dotnet-apphost-pack-3.0.0-rc1-19456-20-x64.deb @@ -173,7 +173,6 @@ Here are some of the additions and updates we're excited to bring in RC 1. See t [checksums]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-rc1-sha.txt [linux-install]: https://learn.microsoft.com/dotnet/core/install/linux -[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md [dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-release-candidate-1/ [aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-and-blazor-updates-in-net-core-3-0-release-candidate-1/