From a4ef1a5c349642b2d57aec356158952a9fa79a04 Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Fri, 21 Apr 2023 19:57:56 +0200 Subject: [PATCH] use underscore in link --- docs/schema/launch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/schema/launch.md b/docs/schema/launch.md index 7f416e6..c90bac9 100644 --- a/docs/schema/launch.md +++ b/docs/schema/launch.md @@ -19,14 +19,14 @@ this side. It will override any inherited main file for this side. That file MUST be specified in the [manifest](./manifest.md) of this addon. Setting this to an empty string will indicate, that there is no main file for this instance, in which case the -[main_class](#mainclass) MUST be explicitly configured. +[main_class](#main_class) MUST be explicitly configured. ### main_class This is the main class for this instance, which will be used to launch the game. It will override any inherited main class for this side. Setting this to an empty string will indicate, that the main class -specified in of manifest of the [main jar file](#mainfile) should be used. +specified in of manifest of the [main jar file](#main_file) should be used. ### arguments