Skip to content

Commit fac4a52

Browse files
authored
Fix broken links (#9311)
* Fix broken link * actually fixing it * update blog link
1 parent acd462c commit fac4a52

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

release-notes/6.0/6.0.30/6.0.30.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
9090
[linux-install]: https://learn.microsoft.com/dotnet/core/install/linux
9191
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
9292

93-
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/May-2024-updates/
93+
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-may-2024-servicing-updates/
9494
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-net-6/
9595
[maui-blog]: https://devblogs.microsoft.com/dotnet/update-on-dotnet-maui/
9696

release-notes/7.0/7.0.19/7.0.19.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
7575
[linux-install]: https://github.com/dotnet/core/blob/main/release-notes/7.0/install-linux.md
7676
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
7777

78-
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/May-2024-updates/
78+
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-may-2024-servicing-updates/
7979
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7
8080
[ef-blog]: https://devblogs.microsoft.com/dotnet/announcing-ef7
8181
[ef_bugs]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.19+is%3Aclosed+label%3Atype-bug

release-notes/8.0/8.0.5/8.0.5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Your feedback is important and appreciated. We've created an issue at [dotnet/co
7676
[linux-install]: https://github.com/dotnet/core/blob/main/release-notes/8.0/install-linux.md
7777
[linux-setup]: https://github.com/dotnet/core/blob/main/Documentation/linux-setup.md
7878

79-
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/May-2024-updates/
79+
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-may-2024-servicing-updates/
8080
[aspnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/
8181
[ef-blog]: https://devblogs.microsoft.com/dotnet/announcing-ef8/
8282
[ef_bugs]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.5+is%3Aclosed+label%3Atype-bug

releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table lists end-of-life releases.
2424

2525
| Version | Release Date | Support | Final Patch Version | End of Support |
2626
| :-- | :-- | :-- | :-- | :-- |
27-
| [.NET 7](release-notes/7.0/README.md) | [November 8, 2022](https://devblogs.microsoft.com/dotnet/announcing-net-7-0/) | [STS][policies] | [7.0.19][7.0.19] |[May 14, 2024](https://devblogs.microsoft.com/dotnet/dotnet-7-end-of-support/) |
27+
| [.NET 7](release-notes/7.0/README.md) | [November 8, 2022](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7/) | [STS][policies] | [7.0.19][7.0.19] |[May 14, 2024](https://devblogs.microsoft.com/dotnet/dotnet-7-end-of-support/) |
2828
| [.NET Core 3.1](release-notes/3.1/README.md) | [December 3, 2019](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-1/) | [LTS][policies] | [3.1.32][3.1.32] | December 13, 2022 |
2929
| [.NET 5](release-notes/5.0/README.md) | [November 10, 2020](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) | [STS][policies] | [5.0.17][5.0.17] | [May 10, 2022](https://devblogs.microsoft.com/dotnet/dotnet-5-end-of-support-update/) |
3030
| [.NET Core 3.0](release-notes/3.0/README.md) | [September 23, 2019](https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/) | [STS][policies] | [3.0.3][3.0.3] | [March 3, 2020](https://devblogs.microsoft.com/dotnet/net-core-3-0-end-of-life/) |

0 commit comments

Comments
 (0)