-
Notifications
You must be signed in to change notification settings - Fork 939
Description
The current version of https://microsoft.github.io/language-server-protocol/specifications/specification-3-14/ at the time of this writing contains a broken link to https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md , which I assume is an older location for the markdown file.
The current location of that file appears to be https://github.com/microsoft/language-server-protocol/blob/gh-pages/_specifications/specification-3-14.md instead, or https://github.com/Microsoft/language-server-protocol/blob/gh-pages/_specifications/specification-3-14.md if one wishes to preserve the capitalization of the original, though GitHub usernames appear to be case-insensitive.
I have already made this correction in a commit and will issue a pull request after I submit this issue. See 6787005.