From 9cfb761b04da60aea5bec916c057fa82ef6466ba Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 27 Aug 2023 16:52:12 -0400 Subject: [PATCH] Link updates for docs --- README.md | 2 +- docs/Build & Automation System/UBT.md | 2 -- docs/Readme.md | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c3df3b1..21e7901 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A project repo for Unreal dedicated to studying various aspects of it. Modules to get covered (in no particular order): -* Unreal Build Tool +* [Unreal Build Tool](docs/Build%20&%20Automation%20System/UBT.md) * Automation Tool * Build Graph * Modules diff --git a/docs/Build & Automation System/UBT.md b/docs/Build & Automation System/UBT.md index 4b1c6b2..66d96ae 100644 --- a/docs/Build & Automation System/UBT.md +++ b/docs/Build & Automation System/UBT.md @@ -62,5 +62,3 @@ Derived from ToolMode, used to build a *target*. - Handle local builds - Get all project directories & build options - For each project: create a `SourceFileWorkingSet` object and `Build`. - - diff --git a/docs/Readme.md b/docs/Readme.md index 09f2f9e..4424ced 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -4,7 +4,7 @@ These docs will be written in a free-flow fasion. The main purpose of this repo is to remove the knowledge barrier to the engine. There are plenty of content written for this engine, but its not provided in a way that is easy to digest. -The order the engine is studied will be covered within in docs/jouney.md. +The order the engine is studied will be covered within in [jouney](journey.md). Hopefully if the reader is interested in learning the engine, this approach will at least give an idea of how they could approach going about it.