Skip to content

Commit aac27a1

Browse files
authored
fix(README): update CompletionList link (#1602)
1 parent b919452 commit aac27a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/MAIN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ return {
414414
```
415415

416416
Completion sources must return a
417-
[CompletionList](https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#completionList).
417+
[CompletionList](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionList).
418418
You can leverage the full attributes of `CompletionItem` from the LSP
419419
specification. Other plugins (e.g completion plugins) can then use these
420420
attributes to provide more context about the highlighted completion item.

0 commit comments

Comments
 (0)