File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/vscode/src/vs/workbench/contrib Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ` ;
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ export default () => `
3838 <li><a href="https://github.com/cdr/code-server">GitHub Repository</a></li>
3939 <li><a href="https://github.com/cdr/code-server/releases/tag/v${ product . codeServerVersion } ">Release Notes</a></li>
4040 <li><a href="https://github.com/cdr/code-server/issues">Issue Tracker</a></li>
41- <li><a href="https://github.com/cdr/code-server/blob/master/doc /FAQ.md">FAQ</a></li>
42- <li><a href="https://github.com/cdr/code-server/blob/master/doc /guide.md">Setup Guide</a></li>
43- <li><a href="https://github.com/cdr/code-server/tree/master/doc ">Docs</a></li>
41+ <li><a href="https://github.com/cdr/code-server/blob/master/docs /FAQ.md">FAQ</a></li>
42+ <li><a href="https://github.com/cdr/code-server/blob/master/docs /guide.md">Setup Guide</a></li>
43+ <li><a href="https://github.com/cdr/code-server/tree/master/docs ">Docs</a></li>
4444 <li><a href="https://github.com/cdr/code-server/discussions">Discussions</a></li>
4545 <li><a href="https://cdr.co/join-community">Slack</a></li>
4646 </ul>
You can’t perform that action at this time.
0 commit comments