markup: Update yara.md (#39027)

warrenjokinen created

Minor fixes / clarifications for two links in one markdown file

Release Notes:

- N/A

Change summary

docs/src/languages/yara.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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)