Skip to content

Commit 6e3f05a

Browse files
authored
Do not link to top of vscode docs (microsoft#518)
Link to the actual relevant topic
1 parent e05332d commit 6e3f05a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

generators/app/templates/ext-colortheme/vsc-extension-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ To learn more about scopes and how they're used, check out the [color theme](htt
2525
## Install your extension
2626

2727
* To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
28-
* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
28+
* To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.

generators/app/templates/ext-extensionpack/vsc-extension-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
## Install your extension
1919

2020
* To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
21-
* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
21+
* To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.

generators/app/templates/ext-keymap/vsc-extension-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
## Install your extension
2020

2121
* To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
22-
* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
22+
* To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.

generators/app/templates/ext-language/vsc-extension-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
## Add more language features
2323

24-
* To add features such as IntelliSense, hovers and validators check out the VS Code extenders documentation at https://code.visualstudio.com/docs
24+
* To add features such as IntelliSense, hovers and validators check out the VS Code extenders documentation at https://code.visualstudio.com/api/language-extensions/overview
2525

2626
## Install your extension
2727

2828
* To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
29-
* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
29+
* To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.

generators/app/templates/ext-snippets/vsc-extension-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
## Install your extension
2121

2222
* To start using your extension with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
23-
* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.
23+
* To share your extension with the world, read on https://code.visualstudio.com/api/working-with-extensions/publishing-extension about publishing an extension.

0 commit comments

Comments
 (0)