Skip to content

Commit 6fc09f4

Browse files
committed
Use absolute link for headline anchor
Matching link elsewhere in the file
1 parent 6ff4a88 commit 6fc09f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ So, we can supply the output of the `echo` command as an argument to it:
355355

356356
## Result Display Rendering
357357

358-
In interactive mode, when a pipeline ends, the [`display_output` hook configuration](hooks.md#changing-how-output-is-displayed) defines how the result will be displayed.
358+
In interactive mode, when a pipeline ends, the [`display_output` hook configuration](https://www.nushell.sh/book/hooks.html#changing-how-output-is-displayed) defines how the result will be displayed.
359359
The default configuration uses the [`table` command](/commands/docs/table.md) to render structured data as a visual table.
360360

361361
## Output Result to External Commands

0 commit comments

Comments
 (0)