From 7f9a365d8f4882867818819ef1a61ab0918e7540 Mon Sep 17 00:00:00 2001 From: Umesh Yadav <23421535+imumesh18@users.noreply.github.com> Date: Wed, 14 May 2025 14:17:33 +0530 Subject: [PATCH] docs: Fix shfmt github url (#30667) Closes #30661 Release Notes: - N/A --- docs/src/languages/sh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages/sh.md b/docs/src/languages/sh.md index c4d3957d57..abc8f03a6c 100644 --- a/docs/src/languages/sh.md +++ b/docs/src/languages/sh.md @@ -19,7 +19,7 @@ You can configure various settings for Shell Scripts in your Zed User Settings ( ### Formatting -Zed supports auto-formatting Shell Scripts using external tools like [`shfmt`](https://github.com/patrickvane/shfmt). +Zed supports auto-formatting Shell Scripts using external tools like [`shfmt`](https://github.com/mvdan/sh). 1. Install `shfmt`: