From 5085a9ee5c97827d9c9042c6dcbb27a9687129d8 Mon Sep 17 00:00:00 2001 From: Bobbyperson Date: Thu, 10 Oct 2024 07:22:16 -0400 Subject: [PATCH] Fix broken link on Rpak Modding page (#114) Was previously just some formatted text. --- 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.