From 4a41fe792228a0ac8938a111a88bc63105717a2b Mon Sep 17 00:00:00 2001 From: philippe92 Date: Sun, 23 Aug 2026 17:35:27 +0200 Subject: [PATCH 1/2] Update VSTHRD001.md, correct broken link Correct the broken link Corresponding link found in google, please correct if it's not the good one. --- docfx/analyzers/VSTHRD001.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx/analyzers/VSTHRD001.md b/docfx/analyzers/VSTHRD001.md index 1dd47c1ac..214682d95 100644 --- a/docfx/analyzers/VSTHRD001.md +++ b/docfx/analyzers/VSTHRD001.md @@ -35,7 +35,7 @@ void Foo() { In the above example, we obtain a `JoinableTaskFactory` instance from the `ThreadHelper.JoinableTaskFactory` static property as it exists within Visual Studio itself. Other applications should create and expose their own `JoinableTaskContext` and/or `JoinableTaskFactory` for use in code that run in these applications. -See our doc on [consuming `JoinableTaskFactory` from a library](https://github.com/microsoft/vs-threading/blob/main/doc/library_with_jtf.md) for more information. +See our doc on [consuming `JoinableTaskFactory` from a library](https://github.com/microsoft/vs-threading/blob/main/docfx/docs/library_with_jtf.md) for more information. ### Replacing Dispatcher.BeginInvoke From cc1bf385ac91a594d72e5cb6003afbd83353e0de Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Mon, 24 Aug 2026 07:24:55 -0600 Subject: [PATCH 2/2] Apply suggestion from @AArnott --- docfx/analyzers/VSTHRD001.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx/analyzers/VSTHRD001.md b/docfx/analyzers/VSTHRD001.md index 214682d95..b4eeb5077 100644 --- a/docfx/analyzers/VSTHRD001.md +++ b/docfx/analyzers/VSTHRD001.md @@ -35,7 +35,7 @@ void Foo() { In the above example, we obtain a `JoinableTaskFactory` instance from the `ThreadHelper.JoinableTaskFactory` static property as it exists within Visual Studio itself. Other applications should create and expose their own `JoinableTaskContext` and/or `JoinableTaskFactory` for use in code that run in these applications. -See our doc on [consuming `JoinableTaskFactory` from a library](https://github.com/microsoft/vs-threading/blob/main/docfx/docs/library_with_jtf.md) for more information. +See our doc on [consuming `JoinableTaskFactory` from a library](../docs/library_with_jtf.md) for more information. ### Replacing Dispatcher.BeginInvoke