From 8da9e1ac25b173cac820eb1e86f0f4bd87f59791 Mon Sep 17 00:00:00 2001 From: dogoncouch Date: Mon, 16 Apr 2018 15:10:06 -0400 Subject: [PATCH] Fix broken Microsoft LSP link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6abe5a8..92628be 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [Bashlets](https://bashlets.sh/) - A modular extensible toolbox for Bash * [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools * [bashwithnails](https://github.com/mindaugasbarysas/bashwithnails) - a Bash framework written just for fun with testing, dependency management & packaging -* [bash-language-server](https://github.com/mads-hartmann/bash-language-server) - [LSP](https://microsoft.github.io/language-server-protocol)-based Bash language server +* [bash-language-server](https://github.com/mads-hartmann/bash-language-server) - [LSP](https://microsoft.github.io/language-server-protocol/)-based Bash language server * [bats](https://github.com/bats-core/bats-core) - Bash Automated Testing System * [crash](https://github.com/molovo/crash) - Proper error handling, exceptions and try/catch for ZSH * [Fishtape](https://github.com/fisherman/fishtape) - TAP producer and test harness for fish