From cd45cca6f499629e9abdb38bb56b575d37a35668 Mon Sep 17 00:00:00 2001 From: Aung Thuya Oo <25708498+athuyaoo@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:17:39 +0800 Subject: [PATCH] Update index.md to fix dead link on "how-to-use-gdevelop-as-a-team" --- docs/gdevelop5/tutorials/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gdevelop5/tutorials/index.md b/docs/gdevelop5/tutorials/index.md index 9e6accd096..a09a1c6bc2 100644 --- a/docs/gdevelop5/tutorials/index.md +++ b/docs/gdevelop5/tutorials/index.md @@ -43,7 +43,7 @@ The following guides provide explanations for certain parts of GDevelop. They al - [How to reduce the size of your game](/gdevelop5/tutorials/reduce-size-game) - [How to handle complex logic – The finite state machine (FSM)](/gdevelop5/tutorials/finite_state_machine) - [How to make togglable states](/gdevelop5/tutorials/how-to-make-togglable-states-with-variables) -- [How to use GDevelop as a team (multiple developers and teammates)](/gdevelop5/tutorials/how-to-use-GDevelop-as-a-team) +- [How to use GDevelop as a team (multiple developers and teammates)](/gdevelop5/tutorials/how-to-use-gdevelop-as-a-team) - [How to use Piskel to Import a Sprite Sheet Image](/gdevelop5/tutorials/piskel-sprite-sheets) - [How to backup and maintain your project using GitHub and GitHub Desktop](/gdevelop5/tutorials/using-github-desktop) - [How to Change the Event Sheet's Action and Condition Editor Mode](/gdevelop5/tutorials/change-event-editor-mode)