diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 8b98f2e512..cbc66d5060 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -9,11 +9,11 @@ assignees: '' ### Analyzer -**Diagnostic ID**: [CA2013](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013): `Do not use ReferenceEquals with value types` +**Diagnostic ID**: [CA2013](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013): `Do not use ReferenceEquals with value types` ### Analyzer source -**SDK**: [Built-in CA analyzers in .NET 5 SDK or later](https://docs.microsoft.com/dotnet/fundamentals/productivity/code-analysis) +**SDK**: [Built-in CA analyzers in .NET 5 SDK or later](https://learn.microsoft.com/dotnet/fundamentals/productivity/code-analysis) **Version**: [SDK 5.0.100](https://dotnet.microsoft.com/download/dotnet/5.0) @@ -30,7 +30,7 @@ _OR_ ### Describe the bug diff --git a/.github/ISSUE_TEMPLATE/rule-improvement.md b/.github/ISSUE_TEMPLATE/rule-improvement.md index 673f9b5c4c..275117bfaa 100644 --- a/.github/ISSUE_TEMPLATE/rule-improvement.md +++ b/.github/ISSUE_TEMPLATE/rule-improvement.md @@ -9,7 +9,7 @@ assignees: '' ### Analyzer -**Diagnostic ID**: [CA1716](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716) +**Diagnostic ID**: [CA1716](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716) ### Describe the improvement diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cfc62304b6..033fe9a5dd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@