Skip to content

Commit e9fc8cb

Browse files
committed
Fixed some problems
1 parent 08b652c commit e9fc8cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-75.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ Many thanks to **@ArmaanMcleod** and others for all their work to improve tab co
136136

137137
## New features inherited from .NET 9
138138

139-
New features in .NET 9 can be found here: [https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview).
139+
New features in .NET 9 can be found here: [https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/overview](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/overview).
140140
Here are some highlights that might be good to know about for PowerShell users:
141141

142-
- UUID v7 support with [`[guid]::CreateVersion7()`](100)
142+
- UUID v7 support with [`[guid]::CreateVersion7()`][100]
143143

144144
## Experimental features
145145

@@ -265,6 +265,8 @@ CollectionSize Test TotalMilliseconds RelativeSpeed
265265
[05]: ../learn/experimental-features.md#psredirecttovariable
266266
[06]: ../learn/experimental-features.md#psserializejsonlongenumasnumber
267267

268+
[100]: https://learn.microsoft.com/dotnet/api/system.guid.createversion7?view=net-9.0
269+
268270
[19896]: https://github.com/PowerShell/PowerShell/pull/19896
269271
[20014]: https://github.com/PowerShell/PowerShell/pull/20014
270272
[20084]: https://github.com/PowerShell/PowerShell/pull/20084

0 commit comments

Comments
 (0)