From 7592b54edd40a1e7383a035b8ceeed28acffe43f Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 15 Apr 2024 17:23:00 +0300 Subject: [PATCH] Fix troubleshooting status center logo link (#1931) --- TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 0a6518364..892b434bc 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -110,7 +110,7 @@ manner. Please include the steps taken to diagnose in your bug report. ### Check if the server is running -Check the [status center](https://github.com/Shopify/ruby-lsp/blob/main/extras/ruby_lsp_status_center.png). +Check the [status center](https://github.com/Shopify/ruby-lsp/blob/main/vscode/extras/ruby_lsp_status_center.png). Does the server status say it's running? If it is running, but you are missing certain features, please check our [documentation](https://shopify.github.io/ruby-lsp/RubyLsp/Requests.html) to ensure we already added support for it.