From 7d6b2545749287e7d49acf5c9f01b57da13135f7 Mon Sep 17 00:00:00 2001 From: Bobbyperson Date: Thu, 10 Oct 2024 00:11:33 -0400 Subject: [PATCH] fix getting started mention --- docs/Modding/guides/tools/rpakmodding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Modding/guides/tools/rpakmodding.md b/docs/Modding/guides/tools/rpakmodding.md index 3a20abea..87c4b761 100644 --- a/docs/Modding/guides/tools/rpakmodding.md +++ b/docs/Modding/guides/tools/rpakmodding.md @@ -165,7 +165,7 @@ If there are no errors, a .rpak file should have been created in the `rpaks` fol ### Using the RPak in a mod -Create the basis of the mod using the `gettingstarted` guide. +Create the basis of the mod using the [Getting Started](../gettingstarted.md) guide. Inside the mod's folder, create a new folder, called `paks`. Move your .rpak file (and .starpak files if you have any) into the folder.