From e7a95b7751138e5846370fbd80098e9fe5a50aec Mon Sep 17 00:00:00 2001
From: "Dominykas M." <26067386+Tasty-Kiwi@users.noreply.github.com>
Date: Wed, 20 Mar 2024 20:08:13 +0200
Subject: [PATCH] fix beginner guide link

---
 docs/intro.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/intro.md b/docs/intro.md
index a8ebf60..37025b7 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -6,7 +6,7 @@ sidebar_position: 1
 
 This community-maintained wiki holds the resources useful for creating custom levels for PewPew Live.
 
-Levels are created by writing Lua code. If you are new to programming or new to Lua, a good first step is to start with the [[Beginner]] guide.
+Levels are created by writing Lua code. If you are new to programming or new to Lua, a good first step is to start with the [Beginner](lua-guides/beginner) guide.
 
 If you are already familiar with programming, a good approach is to first look at the examples (for example, the [simple_level]) to get a feeling of how a level is made, and then come back to the wiki to get more precise information about the various aspect of level creation.