Skip to content

Commit 1c2fce4

Browse files
committed
fix broken link
1 parent b71ebe9 commit 1c2fce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/how-to-diagnose-ui-delays-caused-by-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ You can also further filter this view by only including stacks that contain modu
145145

146146
PerfView has detailed guidance under the **Help** menu that you can use to identify performance bottlenecks in your code. Additionally, the following links provide more information on how to utilize Visual Studio threading APIs to optimize your code:
147147

148-
* [`https://github.com/Microsoft/vs-threading/blob/main/doc/index.md`](https://github.com/Microsoft/vs-threading/blob/main/doc/index.md)
148+
* [`https://github.com/microsoft/vs-threading/blob/main/docfx/index.md`](https://github.com/microsoft/vs-threading/blob/main/docfx/index.md)
149149
* [`https://github.com/microsoft/vs-threading/blob/main/docfx/docs/cookbook_vs.md`](https://github.com/microsoft/vs-threading/blob/main/docfx/docs/cookbook_vs.md)
150150

151151
You can also use the new Visual Studio static analyzers for extensions (NuGet package [here](https://www.nuget.org/packages/microsoft.visualstudio.sdk.analyzers)), that provide guidance on best practices for writing efficient extensions. See a list of [VSSDK analyzers](https://github.com/Microsoft/VSSDK-Analyzers/blob/main/doc/index.md) and [threading analyzers](https://github.com/microsoft/vs-threading/blob/main/docfx/analyzers/index.md).

0 commit comments

Comments
 (0)