Merge pull request #406 from larshp/patch-1

readme: fix broken link
This commit is contained in:
Dirk Bäumer 2018-02-23 10:53:22 +01:00 committed by GitHub
commit b07cad3ba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Language Server Protocol
The Language Server Protocol is now available through its own [Web site](https://microsoft.github.io/language-server-protocol/). The Web site contains information about how the protocol [works](https://microsoft.github.io/language-server-protocol/howItWorks) a better readable [specification](https://microsoft.github.io/language-server-protocol/specification) and documents about protocol [implementations](https://microsoft.github.io/language-server-protocol/implementors/servers/).
The Language Server Protocol is now available through its own [Web site](https://microsoft.github.io/language-server-protocol/). The Web site contains information about how the protocol [works](https://microsoft.github.io/language-server-protocol/overview) a better readable [specification](https://microsoft.github.io/language-server-protocol/specification) and documents about protocol [implementations](https://microsoft.github.io/language-server-protocol/implementors/servers/).
## Contributing
If you are interested in fixing issues like typos you can either file an issue or provide a pull request containing the changes to the [specification file](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md).