From 146e74a7295cff12dff8a8bea31645b730cb3ce3 Mon Sep 17 00:00:00 2001 From: Maximilian Hoerstrup Date: Mon, 6 May 2024 09:47:13 +0200 Subject: [PATCH] Remove link to non-existing page --- docs/pfdl/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pfdl/task.md b/docs/pfdl/task.md index 3be0026..5220df0 100644 --- a/docs/pfdl/task.md +++ b/docs/pfdl/task.md @@ -4,7 +4,7 @@ SPDX-License-Identifier: MIT --> # Task A Task is an executable unit which executes the statements within sequentially. -The name of the Task should be a [lowercase string](../#allowed-characters). +The name of the Task should be a string that starts with a lowercase character. ## The Production Task A Task with the name `productionTask` serves as the starting point of the production order.