From 2997e3e3fdb6abc2bba7b144297278bb20b7d24a Mon Sep 17 00:00:00 2001 From: Shia Date: Sun, 12 Jan 2025 09:20:00 +0900 Subject: [PATCH 1/3] Fix ruby-lsp url --- en/documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/documentation/index.md b/en/documentation/index.md index 0ac929e5db..959bf6273c 100644 --- a/en/documentation/index.md +++ b/en/documentation/index.md @@ -241,6 +241,6 @@ These links were more prominent but haven't been updated in ages. [ruby-lsp]: https://github.com/Shopify/ruby-lsp [rubyapi-org]: https://rubyapi.org/ [rubyin20]: https://www.ruby-lang.org/en/documentation/quickstart/ -[shopify_lsp]: https://shopify.github.io/ruby-lsp/editors.html) +[shopify_lsp]: https://shopify.github.io/ruby-lsp/editors.html [vscode]: https://code.visualstudio.com/docs/languages/ruby [zed]: https://zed.dev/ From 2c82d0b83f6bd00e668f5e3567388961a2ab0f32 Mon Sep 17 00:00:00 2001 From: Shia Date: Mon, 13 Jan 2025 09:34:32 +0900 Subject: [PATCH 2/3] Move shopify_lsp link source under ruby-lsp --- en/documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/documentation/index.md b/en/documentation/index.md index 959bf6273c..ac2311e4c4 100644 --- a/en/documentation/index.md +++ b/en/documentation/index.md @@ -239,8 +239,8 @@ These links were more prominent but haven't been updated in ages. [pickaxe]: https://pragprog.com/titles/ruby5/programming-ruby-3-3-5th-edition/ [poodr]: https://www.poodr.com/ [ruby-lsp]: https://github.com/Shopify/ruby-lsp +[shopify_lsp]: https://shopify.github.io/ruby-lsp/editors.html [rubyapi-org]: https://rubyapi.org/ [rubyin20]: https://www.ruby-lang.org/en/documentation/quickstart/ -[shopify_lsp]: https://shopify.github.io/ruby-lsp/editors.html [vscode]: https://code.visualstudio.com/docs/languages/ruby [zed]: https://zed.dev/ From 070401debc15204a83c445b1d3292c38538c1808 Mon Sep 17 00:00:00 2001 From: Shia Date: Thu, 16 Jan 2025 15:40:56 +0900 Subject: [PATCH 3/3] Improve ruby-lsp/editors.html link ref --- en/documentation/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/documentation/index.md b/en/documentation/index.md index ac2311e4c4..504958458c 100644 --- a/en/documentation/index.md +++ b/en/documentation/index.md @@ -158,7 +158,7 @@ learning curve: All of these editors support the Language Server Protocol (LSP), either by default or through their LSP plugins. Shopify's [ruby-lsp][ruby-lsp] is one of the most popular language servers for -Ruby and [supports all of the above editors][shopify_lsp]. +Ruby and [supports all of the above editors][ruby-lsp-supported-editors]. ### Older Reading / Resources @@ -239,7 +239,7 @@ These links were more prominent but haven't been updated in ages. [pickaxe]: https://pragprog.com/titles/ruby5/programming-ruby-3-3-5th-edition/ [poodr]: https://www.poodr.com/ [ruby-lsp]: https://github.com/Shopify/ruby-lsp -[shopify_lsp]: https://shopify.github.io/ruby-lsp/editors.html +[ruby-lsp-supported-editors]: https://shopify.github.io/ruby-lsp/editors.html [rubyapi-org]: https://rubyapi.org/ [rubyin20]: https://www.ruby-lang.org/en/documentation/quickstart/ [vscode]: https://code.visualstudio.com/docs/languages/ruby