From cb1af2d4af8a7f88766dd4d11fca830fa601298d Mon Sep 17 00:00:00 2001 From: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com> Date: Tue, 21 May 2024 11:20:15 +0200 Subject: [PATCH] File path links Co-authored-by: Cem Aksoylar --- docs/docs/development/setup/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/setup/getting-started.md b/docs/docs/development/setup/getting-started.md index 416d9adb..f53a3de9 100644 --- a/docs/docs/development/setup/getting-started.md +++ b/docs/docs/development/setup/getting-started.md @@ -28,4 +28,4 @@ The Docker approach is a self-contained development environment while the native The native approach installs the toolchain and dependencies on your system directly. This typically runs slightly faster than the Docker approach, and can be preferable for users who already have the dependencies on their system. -Please see the [Docker](/docs/development/setup/docker) instructions or [native](/docs/development/setup/native) instructions to continue setup. +Please see the [Docker](docker.md) instructions or [native](native.mdx) instructions to continue setup.