From 9551139c0cdf1e08b6c7e9568009b24f06e3dff3 Mon Sep 17 00:00:00 2001 From: CopeFiend Date: Sun, 12 Apr 2026 16:19:21 +0800 Subject: [PATCH] Fixed broken references after name change --- src/SUMMARY.md | 2 +- src/introduction.md | 2 +- src/tutorials/fps/tutorial-1/fps-tutorial.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 5f09ed202..fc828b068 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -8,7 +8,7 @@ - [Design Philosophy and Goals](./introduction/philosophy_and_goals.md) - [Frequently Asked Questions](./introduction/faq.md) - [Getting started](./beginning/getting_started.md) - - [Installation and Project Creation](./beginning/scripting.md) + - [Installation and Project Creation](./beginning/installation_and_project_creation.md) - [Manual Installation](./beginning/manual_installation.md) - [Editor Overview](./beginning/editor_overview.md) - [Scene and Scene Graph](./beginning/scene_and_scene_graph.md) diff --git a/src/introduction.md b/src/introduction.md index 1465eaee6..1ab8fc05f 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -2,7 +2,7 @@ Practical reference and user guides for [Fyrox Game Engine](https://github.com/FyroxEngine/Fyrox) and its editor [FyroxEd](https://github.com/FyroxEngine/Fyrox/tree/master/editor). -> ⚠️ Tip: If you want to start using the engine as fast as possible - read this [chapter](./beginning/scripting.md). +> ⚠️ Tip: If you want to start using the engine as fast as possible - read this [chapter](./beginning/installation_and_project_creation.md). ## Engine Version diff --git a/src/tutorials/fps/tutorial-1/fps-tutorial.md b/src/tutorials/fps/tutorial-1/fps-tutorial.md index 72e425575..3b07c59e6 100644 --- a/src/tutorials/fps/tutorial-1/fps-tutorial.md +++ b/src/tutorials/fps/tutorial-1/fps-tutorial.md @@ -3,7 +3,7 @@ In this tutorial, we'll create a first-person shooter game. Before we begin, make sure you know how to create projects and run the game and the editor. Read -[this chapter](../../../beginning/scripting.md) first and let's start by creating a new game project, open the project +[this chapter](../../../beginning/installation_and_project_creation.md) first and let's start by creating a new game project, open the project manager and create a new project: ![pm open](pm_start.png)