Fixed dead links in documentation

This commit is contained in:
kaltokri 2023-10-27 17:48:41 +02:00
parent 3684a023da
commit 7643568706
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
-- --
-- ### Contributions: -- ### 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 return self
end 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. -- 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. -- These settings can be provided by calling the relevant Init...() methods of the Group.
-- --

View File

@ -14,7 +14,7 @@
-- --
-- ## Example Missions: -- ## 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).
-- --
-- === -- ===
-- --