Fix internal link again

This commit is contained in:
AliasAlreadyTaken 2024-04-02 14:41:08 +02:00
parent a256924189
commit 907a6c2a7c

View File

@ -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"