From 4d2ff6c89977b60500cde115ec1f2fe6f0454b77 Mon Sep 17 00:00:00 2001 From: warrenjokinen <110791849+warrenjokinen@users.noreply.github.com> Date: Sat, 27 Sep 2025 11:43:19 -0600 Subject: [PATCH] markup: Update yara.md (#39027) Minor fixes / clarifications for two links in one markdown file Release Notes: - N/A --- docs/src/languages/yara.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages/yara.md b/docs/src/languages/yara.md index f95ab2f77820a901c9fe1c63f5394988ab1be087..ba31a97dedc97d7a4c7a4925b30302ab4e33ba57 100644 --- a/docs/src/languages/yara.md +++ b/docs/src/languages/yara.md @@ -1,6 +1,6 @@ # Yara -`Yara` language support in Zed is provided by the [Yara](https://github.com/egibs/yara.zed) extension. Please report issues to [https://github.com/egibs/yara.zed/issues](https://github.com/egibs/yara.zed). +`Yara` language support in Zed is provided by the [Yara language extension](https://github.com/egibs/yara.zed). Please report issues to [https://github.com/egibs/yara.zed/issues](https://github.com/egibs/yara.zed/issues). - Tree-sitter: [egibs/tree-sitter-yara](https://github.com/egibs/tree-sitter-yara) - Language Server: [avast/yls](https://github.com/avast/yls)