diff --git a/docfx/analyzers/VSTHRD001.md b/docfx/analyzers/VSTHRD001.md index 1dd47c1a..b4eeb507 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](../docs/library_with_jtf.md) for more information. ### Replacing Dispatcher.BeginInvoke