Skip to content

Commit bdaf0ac

Browse files
committed
Fix broken link
1 parent da3b769 commit bdaf0ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs_validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: 🔗 Markup Link Checker (mlc)
1616
uses: becheran/[email protected]
1717
with:
18-
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dev.azure.com/*,https://app.codecov.io/*,https://msrc.microsoft.com/*,https://www.microsoft.com/en-us/msrc* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://www.microsoft.com/msrc/cvd,https://www.microsoft.com/msrc
18+
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dev.azure.com/*,https://app.codecov.io/*,https://msrc.microsoft.com/*,https://www.microsoft.com/en-us/msrc* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://www.microsoft.com/msrc/cvd,https://www.microsoft.com/msrc,https://microsoft.sharepoint.com/*
1919
- name: ⚙ Install prerequisites
2020
run: |
2121
./init.ps1 -UpgradePrerequisites

doc/analyzers/editorconfigs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ While several project types have specific .editorconfig files defined in this fo
2525
Libraries that may run in any process, whether they have a main thread or not, should code themselves defensively to avoid any dependency on the main thread so that applications that do not follow `JoinableTaskFactory` rules can avoid deadlocks even when synchronously blocking their main thread using `Task.Wait()` on code running inside your library.
2626
In particular, shared libraries of general interest should _always_ use `.ConfigureAwait(false)` when awaiting on tasks.
2727

28-
[Learn more about authoring libraries following best threading practices](../library_with_jtf.md).
28+
[Learn more about authoring libraries following best threading practices](../../library_with_jtf.md).
2929

3030
### Libraries that run inside a JoinableTaskFactory-compliant application
3131

0 commit comments

Comments
 (0)