Skip to content

Commit 8995751

Browse files
committed
Fix links
1 parent a50b9ad commit 8995751

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Chat][chat-badge]][chat]
1010

1111
[unist][] utility to convert positional info between [unist][] and
12-
[language server protocol][]
12+
[language server protocol][lsp]
1313

1414
## Contents
1515

@@ -32,7 +32,7 @@
3232
## What is this?
3333

3434
This package is a utility that converts positional info between [unist][] and
35-
[language server protocol][].
35+
[language server protocol][lsp].
3636

3737
## When should I use this?
3838

@@ -201,7 +201,7 @@ This package is safe.
201201

202202
* [`unist`][unist]
203203
— specification for abstract syntax trees
204-
* [Language server protocol](https://microsoft.github.io/language-server-protocol)
204+
* [Language server protocol][lsp]
205205
— protocol to communicate between editors and language servers
206206

207207
## Contribute
@@ -246,7 +246,7 @@ abide by its terms.
246246

247247
[chat]: https://github.com/syntax-tree/unist/discussions
248248

249-
[language server protocol]: https://microsoft.github.io/language-server-protocol
249+
[lsp]: https://microsoft.github.io/language-server-protocol
250250

251251
[license]: license
252252

0 commit comments

Comments
 (0)