mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fix linking
This commit is contained in:
parent
ed804013dc
commit
35c8799cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
|
||||
var anchor = document.createElement("a");
|
||||
var currentSpecification = 'specification-3-17';
|
||||
var currentSpecification = 'lsp/3.17/specification';
|
||||
var hrefUrl = link[0] === '/' ?
|
||||
`${baseurl}/specifications${link}` :
|
||||
`${baseurl}/specifications/${currentSpecification}/${link}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue