Skip to content

Commit

Permalink
Use relative urls + fix broken links - .NET Core 3.0 release notes (#…
Browse files Browse the repository at this point in the history
…9511)

* Use relative urls + fix broken links - .NET Core 3.0 release notes

* fix broken link
  • Loading branch information
mairaw authored Sep 16, 2024
1 parent 7ea0fcf commit 7586b76
Show file tree
Hide file tree
Showing 30 changed files with 61 additions and 90 deletions.
2 changes: 1 addition & 1 deletion release-notes/3.0/3.0-supported-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
|-----------|----------|-------------|------------------|
8 changes: 3 additions & 5 deletions release-notes/3.0/3.0.0/3.0.0-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/
3 changes: 1 addition & 2 deletions release-notes/3.0/3.0.0/3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand Down
7 changes: 3 additions & 4 deletions release-notes/3.0/3.0.1/3.0.1-install-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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/

Expand Down
3 changes: 1 addition & 2 deletions release-notes/3.0/3.0.1/3.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions release-notes/3.0/3.0.2/3.0.2-install-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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/

Expand Down
7 changes: 3 additions & 4 deletions release-notes/3.0/3.0.2/3.0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions release-notes/3.0/3.0.3/3.0.3-install-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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/

Expand Down
7 changes: 3 additions & 4 deletions release-notes/3.0/3.0.3/3.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion release-notes/3.0/preview/3.0.0-preview-known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
3 changes: 1 addition & 2 deletions release-notes/3.0/preview/3.0.0-preview1-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
3 changes: 1 addition & 2 deletions release-notes/3.0/preview/3.0.0-preview1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Loading

0 comments on commit 7586b76

Please sign in to comment.