From a217578649b5b35a3cddedd2dd3971e5635faf20 Mon Sep 17 00:00:00 2001 From: Kunall Banerjee Date: Fri, 27 Feb 2026 01:24:34 -0500 Subject: [PATCH] docs: Point to the right Bash extension repository (#50271) Closes #50261. Before you mark this PR as ready for review, make sure that you have: - ~[ ] Added a solid test coverage and/or screenshots from doing manual testing~ N/A - [x] Done a self-review taking into account security and performance aspects - [x] Aligned any UI changes with the [UI checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) Release Notes: - N/A --- docs/src/languages/bash.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/languages/bash.md b/docs/src/languages/bash.md index ce398a7237dd3131ab0b5e0bac10ded14d62f218..c801b55054c9939f5e124aca76dc5e6b80f008d4 100644 --- a/docs/src/languages/bash.md +++ b/docs/src/languages/bash.md @@ -5,8 +5,7 @@ description: "Configure Bash language support in Zed, including language servers # Bash -Bash language support in Zed is provided by the community-maintained [Basher extension](https://github.com/d1y/bash.zed). -Report issues to: [https://github.com/d1y/bash.zed/issues](https://github.com/d1y/bash.zed/issues) +Bash support is available through the [Bash extension](https://github.com/zed-extensions/bash). - Tree-sitter: [tree-sitter/tree-sitter-bash](https://github.com/tree-sitter/tree-sitter-bash) - Language Server: [bash-lsp/bash-language-server](https://github.com/bash-lsp/bash-language-server)