From 17af4eab29f7ee548a57885a8ee9dc3faf4665df Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 15 Jan 2025 07:33:19 +0100 Subject: [PATCH] README.md: Fix wrong links to submodule --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ace0fe64..04a48fedc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ it has evolved into a higher level of maturity, featuring realistic physics with tens of high-quality cars and tracks to choose from. > **This repository contains the engine source code,** -> **and the base assets [as a submodule](/data/).** +> **and the base assets [as a submodule](/speed-dreams-data/).** > **End users are expected to download the pre-built packages listed below.** > > The assets repository is located on @@ -24,8 +24,8 @@ Speed Dreams binaries are available for the following platforms: ## Building from source In-tree builds (i.e., including both code and data on the same build) -are recommended for simplicity. To achieve this, update the [`data/`](/data/) -submodule with: +are recommended for simplicity. To achieve this, update the +[`speed-dreams-data/`](/speed-dreams-data/) submodule with: ``` git submodule update --init --recursive