Link updates for docs

This commit is contained in:
Edward R. Gonzalez 2023-08-27 16:52:12 -04:00
parent 7a37fa9d19
commit 9cfb761b04
3 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,7 @@ A project repo for Unreal dedicated to studying various aspects of it.
Modules to get covered (in no particular order): Modules to get covered (in no particular order):
* Unreal Build Tool * [Unreal Build Tool](docs/Build%20&%20Automation%20System/UBT.md)
* Automation Tool * Automation Tool
* Build Graph * Build Graph
* Modules * Modules

View File

@ -62,5 +62,3 @@ Derived from ToolMode, used to build a *target*.
- Handle local builds - Handle local builds
- Get all project directories & build options - Get all project directories & build options
- For each project: create a `SourceFileWorkingSet` object and `Build`. - For each project: create a `SourceFileWorkingSet` object and `Build`.

View File

@ -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. 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. 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.