Skip to content

Commit a0703e1

Browse files
Fix broken .NET 9 dependencies link (#9475)
* Fix broken .NET 9 dependencies link * Fix MD lint violation flagged in CI
1 parent 371cc79 commit a0703e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

linux.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ sudo apt update && sudo apt install -y dotnet-sdk-8.0
3636

3737
## Microsoft packages
3838

39-
Microsoft offers alternate package feeds at [packages.microsoft.com](http://packages.microsoft.com/) that include the Microsoft binary build of .NET. They are documented at [Install .NET on Linux](https://learn.microsoft.com/dotnet/core/install/linux). You can move back and forth between distribution and Microsoft archives using a variety of [package manager patterns](https://learn.microsoft.com/dotnet/core/install/linux-package-mixup) and [previous challenges](https://github.com/dotnet/core/issues/7699) to guide you.
39+
Microsoft offers alternate package feeds at [packages.microsoft.com](http://packages.microsoft.com/) that include the Microsoft binary build of .NET.
40+
They are documented at [Install .NET on Linux](https://learn.microsoft.com/dotnet/core/install/linux).
41+
You can move back and forth between distribution and Microsoft archives using a variety of [package manager patterns](https://learn.microsoft.com/dotnet/core/install/linux-package-mixup) and [previous challenges](https://github.com/dotnet/core/issues/7699) to guide you.
4042

4143
Microsoft is [no longer publishing packages for Ubuntu starting with Ubuntu 24.04](https://github.com/dotnet/core/discussions/9258).
4244

@@ -48,7 +50,7 @@ Microsoft is [no longer publishing packages for Ubuntu starting with Ubuntu 24.0
4850

4951
- [.NET 6 dependencies](./release-notes/6.0/linux-packages.md)
5052
- [.NET 8 dependencies](./release-notes/8.0/linux-packages.md)
51-
- [.NET 9 dependencies](./release-notes/9.0/linux-packages.md)
53+
- [.NET 9 dependencies](./release-notes/9.0/os-packages.md)
5254

5355
## Portable build compatibility
5456

0 commit comments

Comments
 (0)