From 907a6c2a7c4cb808f2fc2c50afec0c23d36bb325 Mon Sep 17 00:00:00 2001 From: AliasAlreadyTaken Date: Tue, 2 Apr 2024 14:41:08 +0200 Subject: [PATCH] Fix internal link again --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2de873e..1f16b06 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This mod targets servers, but should work in singleplayer, too. It comes with no ``` Adds a new task that executes function with params at the given time and optionally adds notes -time: At best a utc timestamp, at worst some natural time. See [#supported-time-formats] +time: At best a utc timestamp, at worst some natural time. See (Supported Time formats)[#supported-time-formats] function: A public function @@ -80,7 +80,7 @@ Cleans up the past tasks. Old tasks are permanently deleted. ### Modmakers -### Supported Time formats +### Supported Time formats {#supported-time-formats} * utc timestamp. Example: 1712045385 * natural time. Examples: "00:00", "09:45:00", "18" without date, "2.4.2024 18:00" or "02.04.2024 18:00"