Skip to content

Commit

Permalink
Merge pull request #834 from RubbaBoy/master
Browse files Browse the repository at this point in the history
Fixed dead links in README
  • Loading branch information
dbaeumer committed Oct 3, 2019
2 parents 0a7e0af + b9c53dd commit a90fff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -3,19 +3,19 @@
The Language Server Protocol is now available through its own [website](https://microsoft.github.io/language-server-protocol/).
The website 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)
* A better readable [specification](https://microsoft.github.io/language-server-protocol/specifications/specification-3-14/)
* 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).
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 relevant [specification file](https://github.com/microsoft/language-server-protocol/tree/gh-pages/_specifications).

When proposing an extension to the specification, then please refer to the [How to Contribute to the Language Server Protocol](contributing.md) document.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

## The Language Server Protocol

See the [Web site](https://microsoft.github.io/language-server-protocol/specification)
See the [Web site](https://microsoft.github.io/language-server-protocol/specifications/specification-3-14/)

## License
[Creative Commons Attribution / MIT](License.txt)

0 comments on commit a90fff7

Please sign in to comment.