Skip to content

Commit b8b5ef9

Browse files
terrajobstImmo Landwerth
authored and
Immo Landwerth
committed
Fix link name
1 parent dfedea9 commit b8b5ef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xml/System.Diagnostics.CodeAnalysis/ExperimentalAttribute.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<format type="text/markdown"><![CDATA[
3535
<xref:System.Diagnostics.CodeAnalysis.ExperimentalAttribute> allows call sites to be flagged with a diagnostic that indicates that an experimental feature is used. You can use this attribute to ship preview features in otherwise stable libraries.
3636
37-
For more information about marking APIs as preview, see [Attributes](/dotnet/fundamentals/apicompat/preview-apis).
37+
For more information about marking APIs as preview, see [Preview APIs](/dotnet/fundamentals/apicompat/preview-apis).
3838
]]></format>
3939
</remarks>
4040
<seealso cref="T:System.Runtime.Versioning.RequiresPreviewFeaturesAttribute" />

xml/System.Runtime.Versioning/RequiresPreviewFeaturesAttribute.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
3939
If you want to ship preview functionality in your own libraries, use <xref:System.Diagnostics.CodeAnalysis.ExperimentalAttribute> instead.
4040
41-
For more information about marking APIs as preview, see [Attributes](/dotnet/fundamentals/apicompat/preview-apis).
41+
For more information about marking APIs as preview, see [Preview APIs](/dotnet/fundamentals/apicompat/preview-apis).
4242
]]></format>
4343
</remarks>
4444
<related type="Article" href="https://aka.ms/dotnet-warnings/preview-features">Preview Features</related>

0 commit comments

Comments
 (0)