From a0147f252e88a6beead8cb4fa5818822d69397d3 Mon Sep 17 00:00:00 2001 From: SirNapkin1334 <31591796+SirNapkin1334@users.noreply.github.com> Date: Wed, 18 Apr 2018 19:37:23 -0700 Subject: [PATCH] Add echo link --- Scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripting.md b/Scripting.md index d7ce129..19e93d2 100644 --- a/Scripting.md +++ b/Scripting.md @@ -26,7 +26,7 @@ Example: `ask -o -s "Perform this operation (I will completely ignore your respo A short description of every command. Click on the command to go to a more detailed page about it. `<>` Denotes a required parameter. `[]` denotes an optional parameter. -[**echo** command](/Scripting:--echo) - Outputs data to the screen. Syntax: `echo ""` Example: `echo "Hello There!"` +[**echo** command](/d0k3/GodMode9/wiki/Scripting:--echo) - Outputs data to the screen. Syntax: `echo ""` Example: `echo "Hello There!"` **qr** command - Does the same as echo but also displays a QR on the top screen. Syntax: `qr ` Example: `qr "Scan for cool stuff! ;)" "https://github.com/d0k3/GodMode9"`