Skip to content

Commit

Permalink
Use relative urls + fix broken links - .NET 8 release notes (#9506)
Browse files Browse the repository at this point in the history
* Use relative urls + fix broken links - .NET 8 release notes

* one more
  • Loading branch information
mairaw committed Sep 16, 2024
1 parent 5f5e15c commit 6f107eb
Show file tree
Hide file tree
Showing 35 changed files with 68 additions and 123 deletions.
6 changes: 2 additions & 4 deletions release-notes/8.0/8.0.0/8.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,18 @@ A security feature bypass vulnerability exists in ASP.NET where an unauthenticat

You need [Visual Studio 17.8](https://visualstudio.microsoft.com) or later to use .NET 8.0 on Windows. While not officially supported, we’ve also enabled rudimentary support for .NET 8 in Visual Studio for Mac. Users have to enable a preview feature in Preferences to enable the IDE to discover and use the .NET 8 SDK for creating, loading, building, and debugging projects. The [C# extension](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) supports .NET 8.0 and C# 11.


## Feedback

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

[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/8.0/8.0.0/8.0.0.md
[release-notes]: 8.0.0.md

This comment has been minimized.

Copy link
@mory08

mory08 Sep 18, 2024

dotnet watch

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.0-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.0-sha.txt

[linux-install]: https://github.com/dotnet/core/blob/main/release-notes/8.0/install-linux.md
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[linux-install]: ../install-linux.md

[dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/
Expand Down
6 changes: 2 additions & 4 deletions release-notes/8.0/8.0.1/8.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co

[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/8.0/8.0.1/8.0.1.md
[release-notes]: 8.0.1.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.1-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.1-sha.txt

[linux-install]: https://github.com/dotnet/core/blob/main/release-notes/8.0/install-linux.md
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md

[linux-install]: ../install-linux.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/
[ef-blog]: https://devblogs.microsoft.com/dotnet/announcing-ef8/
Expand Down
4 changes: 1 addition & 3 deletions release-notes/8.0/8.0.2/8.0.102.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ You need [Visual Studio 17.5](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.2/8.0.202.md
[release-notes]: 8.0.202.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.2-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.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/february-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-7/
[maui-blog]: https://devblogs.microsoft.com/dotnet/update-on-dotnet-maui/
Expand Down
6 changes: 2 additions & 4 deletions release-notes/8.0/8.0.2/8.0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co

[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/8.0/8.0.2/8.0.2.md
[release-notes]: 8.0.2.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.2-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.2-sha.txt

[linux-install]: https://github.com/dotnet/core/blob/main/release-notes/8.0/install-linux.md
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md

[linux-install]: ../install-linux.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/february-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/
[ef-blog]: https://devblogs.microsoft.com/dotnet/announcing-ef8/
Expand Down
6 changes: 2 additions & 4 deletions release-notes/8.0/8.0.2/8.0.201.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .NET 8.0.201 - February 15, 2024

Today, we are releasing an update to .NET 8.0.200 SDK. This update will correct an issue reported by customers installing MAUI workloads using the 8.0.200 stand-alone SDK could install the RC1 version of the workloads from a few months ago by mistake. This was impacting MAUI app build and behavior functionality.
Today, we are releasing an update to .NET 8.0.200 SDK. This update will correct an issue reported by customers installing MAUI workloads using the 8.0.200 stand-alone SDK could install the RC1 version of the workloads from a few months ago by mistake. This was impacting MAUI app build and behavior functionality.

The .NET 8.0.201 release is available for download. This SDK includes the previously released .NET 8.0.2 Runtime and is in support of Visual Studio 17.7 release. The latest 8.0 release is always listed at [.NET 8.0 Releases](../README.md).

Expand Down Expand Up @@ -32,14 +32,12 @@ You need [Visual Studio 17.5](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.2/8.0.201.md
[release-notes]: 8.0.201.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.2-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.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/february-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-8/
[maui-blog]: https://devblogs.microsoft.com/dotnet/update-on-dotnet-maui/
Expand Down
3 changes: 1 addition & 2 deletions release-notes/8.0/8.0.3/8.0.103.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ You need [Visual Studio 17.8](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.3/8.0.103.md
[release-notes]: 8.0.103.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.3-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.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/march-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-8/
Expand Down
3 changes: 1 addition & 2 deletions release-notes/8.0/8.0.3/8.0.203.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ You need [Visual Studio 17.8](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.3/8.0.203.md
[release-notes]: 8.0.203.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.3-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.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/march-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-8/
Expand Down
5 changes: 2 additions & 3 deletions release-notes/8.0/8.0.3/8.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co

[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/8.0/8.0.3/8.0.3.md
[release-notes]: 8.0.3.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.3-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.3-sha.txt

[linux-install]: https://github.com/dotnet/core/blob/main/release-notes/8.0/install-linux.md
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[linux-install]: ../install-linux.md

[dotnet-blog]: https://devblogs.microsoft.com/dotnet/march-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/
Expand Down
3 changes: 1 addition & 2 deletions release-notes/8.0/8.0.4/8.0.104.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ You need [Visual Studio 17.9](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.4/8.0.104.md
[release-notes]: 8.0.104.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.4-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.4-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/march-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-8/
Expand Down
5 changes: 2 additions & 3 deletions release-notes/8.0/8.0.4/8.0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co

[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/8.0/8.0.4/8.0.4.md
[release-notes]: 8.0.4.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.4-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.4-sha.txt

[linux-install]: https://github.com/dotnet/core/blob/main/release-notes/8.0/install-linux.md
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[linux-install]: ../install-linux.md

[dotnet-blog]: https://devblogs.microsoft.com/dotnet/april-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/
Expand Down
3 changes: 1 addition & 2 deletions release-notes/8.0/8.0.5/8.0.105.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ You need [Visual Studio 17.9](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.5/8.0.105.md
[release-notes]: 8.0.105.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.5-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.5-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/march-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-8/
Expand Down
3 changes: 1 addition & 2 deletions release-notes/8.0/8.0.5/8.0.205.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ You need [Visual Studio 17.9](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.5/8.0.205.md
[release-notes]: 8.0.205.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.5-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.5-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/march-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-8/
Expand Down
5 changes: 2 additions & 3 deletions release-notes/8.0/8.0.5/8.0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co

[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/8.0/8.0.5/8.0.5.md
[release-notes]: 8.0.5.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.5-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.5-sha.txt

[linux-install]: https://github.com/dotnet/core/blob/main/release-notes/8.0/install-linux.md
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[linux-install]: ../install-linux.md

[dotnet-blog]: https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-may-2024-servicing-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/
Expand Down
4 changes: 1 addition & 3 deletions release-notes/8.0/8.0.6/8.0.106.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ You need [Visual Studio 17.9](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.6/8.0.106.md
[release-notes]: 8.0.106.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.6-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.6-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/march-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-8/
[maui-blog]: https://devblogs.microsoft.com/dotnet/update-on-dotnet-maui/
Expand Down
4 changes: 1 addition & 3 deletions release-notes/8.0/8.0.6/8.0.206.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ You need [Visual Studio 17.9](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.6/8.0.206.md
[release-notes]: 8.0.206.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.6-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.6-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/march-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-8/
[maui-blog]: https://devblogs.microsoft.com/dotnet/update-on-dotnet-maui/
Expand Down
4 changes: 1 addition & 3 deletions release-notes/8.0/8.0.6/8.0.302.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ You need [Visual Studio 17.9](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.6/8.0.302.md
[release-notes]: 8.0.302.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.6-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.6-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/march-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-8/
[maui-blog]: https://devblogs.microsoft.com/dotnet/update-on-dotnet-maui/
Expand Down
5 changes: 2 additions & 3 deletions release-notes/8.0/8.0.6/8.0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co

[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/8.0/8.0.6/8.0.6.md
[release-notes]: 8.0.6.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.6-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.6-sha.txt

[linux-install]: https://github.com/dotnet/core/blob/main/release-notes/8.0/install-linux.md
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
[linux-install]: ../install-linux.md

[dotnet-blog]: https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-may-2024-servicing-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/
Expand Down
4 changes: 1 addition & 3 deletions release-notes/8.0/8.0.7/8.0.107.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ You need [Visual Studio 17.9](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.7/8.0.107.md
[release-notes]: 8.0.107.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.7-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.7-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/march-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-8/
[maui-blog]: https://devblogs.microsoft.com/dotnet/update-on-dotnet-maui/
Expand Down
6 changes: 2 additions & 4 deletions release-notes/8.0/8.0.7/8.0.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,12 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co

[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/8.0/8.0.7/8.0.7.md
[release-notes]: 8.0.7.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.7-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.7-sha.txt

[linux-install]: https://github.com/dotnet/core/blob/main/release-notes/8.0/install-linux.md
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md

[linux-install]: install-linux.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-july-2024-servicing-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/
[ef-blog]: https://devblogs.microsoft.com/dotnet/announcing-ef8/
Expand Down
4 changes: 1 addition & 3 deletions release-notes/8.0/8.0.8/8.0.108.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ You need [Visual Studio 17.8](https://visualstudio.microsoft.com) or later to us

[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/8.0/8.0.8/8.0.108.md
[release-notes]: 8.0.108.md

[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.8-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.8-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/march-2024-updates/
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-8/
[maui-blog]: https://devblogs.microsoft.com/dotnet/update-on-dotnet-maui/
Expand Down
Loading

0 comments on commit 6f107eb

Please sign in to comment.