From 4608d57803843e1843156a7c86b9eae35a621687 Mon Sep 17 00:00:00 2001 From: Pathompong Kwangtong Date: Mon, 8 Sep 2025 16:59:07 +0000 Subject: [PATCH] Fixing non-clickable link The previous version is plain url. I've changed it to normal markdown link --- commands/docs/def.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/docs/def.md b/commands/docs/def.md index fe94c76e672..aedc5f982b8 100644 --- a/commands/docs/def.md +++ b/commands/docs/def.md @@ -77,4 +77,4 @@ Define a custom command with a type signature. Passing a non-int value will resu ## Notes This command is a parser keyword. For details, check: - https://www.nushell.sh/book/thinking_in_nu.html \ No newline at end of file + [Thinking in Nu](https://www.nushell.sh/book/thinking_in_nu.html)