From d1803bfdfd848e0fa7ca503ee0ff6ca844e09cef Mon Sep 17 00:00:00 2001 From: Youssef1313 Date: Mon, 12 Dec 2022 21:03:07 +0200 Subject: [PATCH 1/2] Replace docs.microsoft.com with learn.microsoft.com --- .github/ISSUE_TEMPLATE/bug-report.md | 6 +++--- .github/ISSUE_TEMPLATE/rule-improvement.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 8 ++++---- docs/NetCore_GettingStarted.md | 2 +- eng/common/templates/job/job.yml | 2 +- eng/common/templates/job/onelocbuild.yml | 4 ++-- eng/common/templates/job/publish-build-assets.yml | 2 +- eng/common/templates/jobs/codeql-build.yml | 2 +- eng/common/templates/jobs/jobs.yml | 2 +- eng/common/tools.ps1 | 2 +- src/NetAnalyzers/Core/AnalyzerReleases.Unshipped.md | 12 ++++++------ src/NetAnalyzers/readme.md | 2 +- 13 files changed, 24 insertions(+), 24 deletions(-) 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 @@