diff --git a/docs/core/whats-new/dotnet-9/libraries.md b/docs/core/whats-new/dotnet-9/libraries.md index aeb42b7cee2dd..48c09d6e7f033 100644 --- a/docs/core/whats-new/dotnet-9/libraries.md +++ b/docs/core/whats-new/dotnet-9/libraries.md @@ -757,7 +757,7 @@ The following codes shows some of the APIs included with the new `Tensor` typ :::code language="csharp" source="../snippets/dotnet-9/csharp/Tensors.cs" id="Tensor"::: > [!NOTE] -> This API is marked as [experimental](../../../fundamentals/apicompat/preview-apis.md#experimentalattribute) for .NET 9. +> This API is marked as [experimental](../../../fundamentals/syslib-diagnostics/experimental-overview) for .NET 9. ### TensorPrimitives