Skip to content

Commit 43d0d8e

Browse files
committed
fix: update link in extensions helper
1 parent 02f9af1 commit 43d0d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vscode/src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ export class ExtensionsViewPaneContainer extends ViewPaneContainer implements IE
476476
<p style="margin-top: 0; margin-bottom: 4px">
477477
These extensions are not official. Find additional open-source extensions
478478
<a style="color: ${linkColor}" href="https://open-vsx.org/" target="_blank">here</a>.
479-
See <a style="color: ${linkColor}" href="https://github.com/cdr/code-server/blob/master/doc/FAQ.md#differences-compared-to-vs-code" target="_blank">docs</a>.
479+
See <a style="color: ${linkColor}" href="https://github.com/cdr/code-server/blob/master/docs/FAQ.md#differences-compared-to-vs-code" target="_blank">docs</a>.
480480
</p>
481481
</div>
482482
`;

0 commit comments

Comments
 (0)