From 764356870690c628b272c8791fe4cadb1ab3fa86 Mon Sep 17 00:00:00 2001 From: kaltokri Date: Fri, 27 Oct 2023 17:48:41 +0200 Subject: [PATCH] Fixed dead links in documentation --- Moose Development/Moose/Wrapper/Group.lua | 4 ++-- Moose Development/Moose/Wrapper/Weapon.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Moose Development/Moose/Wrapper/Group.lua b/Moose Development/Moose/Wrapper/Group.lua index faeb810a5..5ac314940 100644 --- a/Moose Development/Moose/Wrapper/Group.lua +++ b/Moose Development/Moose/Wrapper/Group.lua @@ -30,7 +30,7 @@ -- -- ### Contributions: -- --- * [**Entropy**](https://forums.eagle.ru/member.php?u=111471), **Afinegan**: Came up with the requirement for AIOnOff(). +-- * **Entropy**, **Afinegan**: Came up with the requirement for AIOnOff(). -- -- === -- @@ -1852,7 +1852,7 @@ function GROUP:InitModex(modex) return self end ---- Respawn the @{Wrapper.Group} at a @{Point}. +--- Respawn the @{Wrapper.Group} at a @{Core.Point}. -- The method will setup the new group template according the Init(Respawn) settings provided for the group. -- These settings can be provided by calling the relevant Init...() methods of the Group. -- diff --git a/Moose Development/Moose/Wrapper/Weapon.lua b/Moose Development/Moose/Wrapper/Weapon.lua index 3e6e98092..6f56ceb99 100644 --- a/Moose Development/Moose/Wrapper/Weapon.lua +++ b/Moose Development/Moose/Wrapper/Weapon.lua @@ -14,7 +14,7 @@ -- -- ## Example Missions: -- --- Demo missions can be found on [github](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/develop/Wrapper%20-%20Weapon). +-- Demo missions can be found on [github](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/develop/WRAPPER%20-%20Weapon). -- -- === --