README.md: Fix wrong links to submodule

This commit is contained in:
Xavier Del Campo Romero 2025-01-15 07:33:19 +01:00
parent bd5f11b80b
commit 17af4eab29
Signed by: xavi
GPG key ID: 84FF3612A9BF43F2

View file

@ -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. with tens of high-quality cars and tracks to choose from.
> **This repository contains the engine source code,** > **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.** > **End users are expected to download the pre-built packages listed below.**
> >
> The assets repository is located on > The assets repository is located on
@ -24,8 +24,8 @@ Speed Dreams binaries are available for the following platforms:
## Building from source ## Building from source
In-tree builds (i.e., including both code and data on the same build) 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/) are recommended for simplicity. To achieve this, update the
submodule with: [`speed-dreams-data/`](/speed-dreams-data/) submodule with:
``` ```
git submodule update --init --recursive git submodule update --init --recursive