Skip to content

Commit 7aab3f6

Browse files
authored
Show link for save command (nushell#1750)
The link to the save command wasn't shown correctly, because the whole markup was wrapped in backticks.
1 parent b6e9dd3 commit 7aab3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/thinking_in_nu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In Nushell, however, the `>` is used as the greater-than operator for comparison
5656
# => false
5757
```
5858

59-
Since `>` is an operator, redirection to a file in Nushell is handled through a pipeline command that is dedicated to saving content - `[save](/commands/docs/save.md)`:
59+
Since `>` is an operator, redirection to a file in Nushell is handled through a pipeline command that is dedicated to saving content - [`save`](/commands/docs/save.md):
6060

6161
```nu
6262
"hello" | save output.txt

0 commit comments

Comments
 (0)