From d2aec77c148467c9563f641d5e96d7b3ea4f075f Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Wed, 16 Dec 2015 12:37:52 +0100 Subject: [PATCH] Testing links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d03d8d8..46a1db4 100644 --- a/README.md +++ b/README.md @@ -972,8 +972,8 @@ The goto definition request is sent from the client to the server to to resolve _Request_ * method: 'textDocument/definition' -* param: [`TextDocumentPosition`](#textDocumentPosition) +* param: [`TextDocumentPosition`](#textdocumentposition) _Response_: -* result: `Location` | `Location[]` +* result: [`Location`](#location) | [`Location`](#location)[] * error: code and message set in case an exception happens during the definition request.