From 6787005a45a2eb2319918f3974854a4db7d84643 Mon Sep 17 00:00:00 2001 From: Montana Rowe Date: Tue, 26 Nov 2019 09:13:12 -0600 Subject: [PATCH] Correct a broken link to the canonical copy of a specification. --- _specifications/specification-3-14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_specifications/specification-3-14.md b/_specifications/specification-3-14.md index 2a1d2e9..29a0814 100644 --- a/_specifications/specification-3-14.md +++ b/_specifications/specification-3-14.md @@ -15,7 +15,7 @@ This document describes version 3.14.x of the language server protocol. An imple The 2.x version of this document can be found [here](https://github.com/Microsoft/language-server-protocol/blob/master/versions/protocol-2-x.md). The 1.x version of this document can be found [here](https://github.com/Microsoft/language-server-protocol/blob/master/versions/protocol-1-x.md). -**Note:** edits to this specification can be made via a pull request against this markdown [document](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md). +**Note:** edits to this specification can be made via a pull request against this markdown [document](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/_specifications/specification-3-14.md). ## Base Protocol