Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index ca7bbbcc6c..b05be450cb 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1885,7 +1885,7 @@ "title": "imports", "properties": { "rust-analyzer.imports.group.enable": { - "markdownDescription": "Group inserted imports by the [following order](https://rust-analyzer.github.io/manual.html#auto-import). Groups are separated by newlines.", + "markdownDescription": "Group inserted imports by the [following order](https://rust-analyzer.github.io/book/features.html#auto-import). Groups are separated by newlines.", "default": true, "type": "boolean" } @@ -3553,13 +3553,13 @@ { "id": "docs", "title": "Visit the docs!", - "description": "Confused about configurations? Want to learn more about rust-analyzer? Visit the [User Manual](https://rust-analyzer.github.io/manual.html)!", + "description": "Confused about configurations? Want to learn more about rust-analyzer? Visit the [User Manual](https://rust-analyzer.github.io/book/)!", "media": { "image": "./icon.png", "altText": "rust-analyzer logo" }, "completionEvents": [ - "onLink:https://rust-analyzer.github.io/manual.html" + "onLink:https://rust-analyzer.github.io/book/" ] }, { |