From ac067d75771cfb2b7aae3bd3e1788491fb9de37a Mon Sep 17 00:00:00 2001 From: Jarkko Linnanvirta Date: Mon, 13 Feb 2023 18:50:04 +0200 Subject: [PATCH] Index.md: Fix stdin link. Re: c9c81dbfada887011827c82b9c6dcf60b962e4a3 https://github.com/Taitava/obsidian-shellcommands/issues/283 --- Index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Index.md b/Index.md index f7e20c4..865e325 100644 --- a/Index.md +++ b/Index.md @@ -60,7 +60,7 @@ Actions that are performed before executing a shell command, i.e. preparations. ### Variables - [[Custom variables]] - [[Default values|Default values for variables]] -- [[Use stdin for long variable values]] +- [[Pass variables to stdin]] ### Environments: Operating systems and shells - [[Operating system specific versions of shell commands]]