Skip to content

Commit 25d9bfb

Browse files
authored
Fix link in CA5374: Do not use XslTransform (#43136)
1 parent 55f391b commit 25d9bfb

File tree

1 file changed

+1
-1
lines changed
  • docs/fundamentals/code-analysis/quality-rules

1 file changed

+1
-1
lines changed

docs/fundamentals/code-analysis/quality-rules/ca5374.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Instantiating an <xref:System.Xml.Xsl.XslTransform?displayProperty=nameWithType>
3030

3131
## How to fix violations
3232

33-
Replace <xref:System.Xml.Xsl.XslTransform> with <xref:System.Xml.Xsl.XslCompiledTransform?displayProperty=nameWithType>. For more guidance, see [/dotnet/standard/data/xml/migrating-from-the-xsltransform-class].
33+
Replace <xref:System.Xml.Xsl.XslTransform> with <xref:System.Xml.Xsl.XslCompiledTransform?displayProperty=nameWithType>. For more guidance, see [Migrating from the XslTransform class](../../../standard/data/xml/migrating-from-the-xsltransform-class.md).
3434

3535
## When to suppress warnings
3636

0 commit comments

Comments
 (0)