Skip to content

Commit 1b13076

Browse files
committed
Fix two documentation links the VS Code team broke.
1 parent c908f6d commit 1b13076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ To automatically format when saving or pasting into a Markdown document, [config
140140
},
141141
```
142142

143-
`markdownlint` also contributes the `markdownlint.fixAll` command which fixes a document's violations in one step and can be run from the Command Palette or by [binding the command to a keyboard shortcut](https://code.visualstudio.com/docs/getstarted/keybindings).
143+
`markdownlint` also contributes the `markdownlint.fixAll` command which fixes a document's violations in one step and can be run from the Command Palette or by [binding the command to a keyboard shortcut](https://code.visualstudio.com/Docs/editor/keybindings).
144144
To automatically fix violations when saving a Markdown document, configure Visual Studio Code's `editor.codeActionsOnSave` setting like so:
145145

146146
```json
@@ -241,7 +241,7 @@ When using `extends` in this context:
241241
* When running VS Code locally:
242242
* File paths referenced by `extends` from user settings are resolved relative to the user's home directory (e.g., `%USERPROFILE%` on Windows or `$HOME` on macOS/Linux).
243243
* File paths referenced by `extends` from workspace settings are resolved relative to the workspace folder.
244-
* VS Code's [predefined variables](https://code.visualstudio.com/docs/editor/variables-reference) `${userHome}` and `${workspaceFolder}` can be used within an `extends` path from user or workspace settings to override the default behavior.
244+
* VS Code's [predefined variables](https://code.visualstudio.com/docs/reference/variables-reference) `${userHome}` and `${workspaceFolder}` can be used within an `extends` path from user or workspace settings to override the default behavior.
245245

246246
### markdownlint.configFile
247247

0 commit comments

Comments
 (0)