From d7e1c29d6e55054f25e268bbc0695fbb0d0db934 Mon Sep 17 00:00:00 2001 From: John Andrews Date: Mon, 23 Sep 2024 11:09:25 +1200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 29bc0bb..10804a8 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ You can create a new script and submit a pull request to get it included in the ## Types of Scipts 1. Flow Scripts These are scripts that are executed during a flow and need to adhere to a strict format. -See the official [documentation](https://fileflows.com/docs/scripting/flow-scripts) for more information. +See the official [documentation](https://fileflows.com/docs/scripting/javascript/flow-scripts/) for more information. 2. System Scripts These scripts are scirpts that are run by the system as either scheduled tasks or a pre-execute task on a processing node.