Skip to content

Commit 0a10ec1

Browse files
committed
Fix image path in stdout_stderr_exit_codes.md documentation
The image path was incorrect, using '../assets' instead of '../../assets'. This change corrects the relative path to ensure the image displays properly in the documentation.
1 parent 6a6c3d3 commit 0a10ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh-CN/book/stdout_stderr_exit_codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ do -i { cat unknown.txt } | complete
6464

6565
@[code](@snippets/book/std_log.nu)
6666

67-
![日志消息示例](../assets/images/0_79_std_log.png)
67+
![日志消息示例](../../assets/images/0_79_std_log.png)
6868

6969
可以使用 [`NU_LOG_LEVEL`](/book/special_variables.md#env-nu-log-level) 环境变量设置输出日志级别:
7070

0 commit comments

Comments
 (0)