Skip to content

Commit 24ef88a

Browse files
authored
Use relative urls + fix broken links - .NET 5 release notes (#9509)
* Use relative urls + fix broken links - .NET 5 release notes * fix broken link
1 parent cb91637 commit 24ef88a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+125
-219
lines changed

release-notes/5.0/5.0-supported-os.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# .NET 5 - Supported OS versions
22

3-
[.NET 5](README.md) [is supported](https://github.com/dotnet/core/blob/main/microsoft-support.md) on multiple operating systems per their [lifecycle policy](../../os-lifecycle-policy.md).
3+
[.NET 5](README.md) [is supported](../../support.md) on multiple operating systems per their [lifecycle policy](../../os-lifecycle-policy.md).
44

5-
For issues with .NET on operating systems not listed here, please open a GitHub issue in the appropriate .NET repository or contact the OS maintainer community . Please see [.NET Repos](https://github.com/dotnet/core/blob/main/Documentation/core-repos.md) for the repository list.
5+
For issues with .NET on operating systems not listed here, please open a GitHub issue in the appropriate .NET repository or contact the OS maintainer community . Please see [.NET Repos](../..//Documentation/core-repos.md) for the repository list.
66

77
## Windows
88

@@ -82,7 +82,7 @@ OS | Version | Architectures |
8282

8383
## Support changes from .NET Core 3.1
8484

85-
Alpine 3.14 and Debian 11 are now supported with the .NET 5.0.10 and .NET Core 3.1.19. The operating system support pages for [.NET 5.0](https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0-supported-os.md) and [.NET Core 3.1](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1-supported-os.md) have been updated to reflect that.
85+
Alpine 3.14 and Debian 11 are now supported with the .NET 5.0.10 and .NET Core 3.1.19. The operating system support pages for [.NET 5.0](5.0-supported-os.md) and [.NET Core 3.1](../3.1/3.1-supported-os.md) have been updated to reflect that.
8686

8787
The following operating systems are no longer supported, starting with .NET 5.0.
8888

@@ -95,4 +95,4 @@ Support for the following versions was ended by the distribution owners and are
9595

9696
None yet.
9797

98-
[OS-lifecycle-policy]: https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md
98+
[OS-lifecycle-policy]: ../../os-lifecycle-policy.md

release-notes/5.0/5.0.0/5.0.0-install-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sudo [package manager] install aspnetcore-runtime-5.0
6262
```
6363
### Installation from a binary archive
6464

65-
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document.
65+
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](../linux-packages.md) document.
6666

6767
```bash
6868
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
@@ -83,7 +83,7 @@ This will install the ASP.NET Core Module for IIS.
8383

8484
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
8585
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
86-
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.0/5.0.0.md
86+
[release-notes]: 5.0.0.md
8787
[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux
8888

8989
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/08d642f7-8ade-4de3-9eae-b77fd05e5f01/503da91e7ea62d8be06488b014643c12/dotnet-hosting-5.0.0-win.exe

release-notes/5.0/5.0.0/5.0.0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,12 @@ The list of contributors can be found in the [5.0 Contributor List](../5.0-contr
7373

7474
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
7575
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
76-
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.0.md
76+
[release-notes]: 5.0.0.md
7777

7878
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-sha.txt
7979
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-sha.txt
8080

8181
[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux
82-
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
8382

8483
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0/
8584
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/announcing-asp-net-core-in-net-5/

release-notes/5.0/5.0.1/5.0.1-install-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sudo [package manager] install aspnetcore-runtime-5.0
6262
```
6363
### Installation from a binary archive
6464

65-
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux-prereqs.md) document.
65+
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](../linux-packages.md) document.
6666

6767
```bash
6868
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
@@ -83,7 +83,7 @@ This will install the ASP.NET Core Module for IIS.
8383

8484
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
8585
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
86-
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.1/5.0.1.md
86+
[release-notes]: 5.0.1.md
8787
[linux-setup]: https://learn.microsoft.com/dotnet/core/install/linux
8888

8989
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/b6271a4b-db02-4245-bf99-974ea96b7ca3/29389344a55c6792bd4e717a254168a2/dotnet-hosting-5.0.1-win.exe

release-notes/5.0/5.0.1/5.0.1.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
7272

7373
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
7474
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
75-
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.1.md
75+
[release-notes]: 5.0.1.md
7676

7777
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.1-sha.txt
7878
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.1-sha.txt
7979

8080
[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux
81-
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
8281

8382
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-december-2020/
8483
[ef_bugs]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A5.0.1+is%3Aclosed+label%3Atype-bug+is%3Aclosed

release-notes/5.0/5.0.10/5.0.10.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,18 @@ Release feature and bug lists:.
6161
* [WindowsDesktop](https://github.com/dotnet/windowsdesktop/pulls?q=milestone%3A5.0.10+is%3Aclosed+label%3Aservicing-approved)
6262
* [Arcade](https://github.com/dotnet/arcade/pulls?q=milestone%3A5.0.10+is%3Aclosed+label%3Aservicing-approved)
6363

64-
6564
## Feedback
6665

6766
Your feedback is important and appreciated. We've created an issue at [dotnet/core #6687](https://github.com/dotnet/core/issues/6687) for your questions and comments.
6867

69-
7068
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
7169
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
72-
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.10.md
70+
[release-notes]: 5.0.10.md
7371

7472
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.10-sha.txt
7573
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.10-sha.txt
7674

7775
[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux
78-
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
7976

8077
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/september-2021-updates/
8178

release-notes/5.0/5.0.10/5.0.207.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,15 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
5656

5757
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
5858
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
59-
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.10/5.0.10.md
59+
[release-notes]: 5.0.10.md
6060

6161
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.10-sha.txt
6262
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.10-sha.txt
6363

6464
[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux
65-
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
6665

6766
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/september-2021-updates/
6867

69-
70-
7168
[linux-packages]: ../install-linux.md
7269

7370

release-notes/5.0/5.0.11/5.0.11.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
8181

8282
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
8383
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
84-
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.11.md
84+
[release-notes]: 5.0.11.md
8585

8686
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.11-sha.txt
8787
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.11-sha.txt
8888

8989
[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux
90-
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
9190

9291
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/october-2021-updates/
9392

release-notes/5.0/5.0.11/5.0.208.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
5656

5757
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
5858
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
59-
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/5.0.11/5.0.11.md
59+
[release-notes]: 5.0.11.md
6060

6161
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.11-sha.txt
6262
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.11-sha.txt
6363

6464
[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux
65-
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
6665

6766
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/october-2021-updates/
6867

release-notes/5.0/5.0.12/5.0.12.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
7373

7474
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
7575
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
76-
[release-notes]: https://github.com/dotnet/core/blob/main/release-notes/5.0/preview/5.0.12.md
76+
[release-notes]: 5.0.12.md
7777

7878
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.12-sha.txt
7979
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.12-sha.txt
8080

8181
[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux
82-
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
8382

8483
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/november-2021-updates/
8584

0 commit comments

Comments
 (0)