From 201ee19122289ca558ec199267550b4bc491e8db Mon Sep 17 00:00:00 2001 From: William Killerud Date: Sat, 2 Mar 2024 16:36:39 +0100 Subject: [PATCH] fix: fix a link in the docs Marked as a fix mostly to test the release pipeline for npm --- packages/language-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/language-server/README.md b/packages/language-server/README.md index 026d5098..34c0d1ce 100644 --- a/packages/language-server/README.md +++ b/packages/language-server/README.md @@ -14,7 +14,7 @@ This language server is designed to run alongside the [VS Code CSS language serv ## Usage -See [Editors with clients](#editors-with-clients). If your editor is not listed, refer to your editor's documentation for integrating with a language server using LSP. +See [Editors with clients](https://github.com/wkillerud/some-sass/blob/main/README.md#editors-with-clients). If your editor is not listed, refer to your editor's documentation for integrating with a language server using LSP. You can install the language server with `npm`: