From fb069c82ed340f7f5124da7564def0e083116854 Mon Sep 17 00:00:00 2001 From: Wael Karman Date: Wed, 3 Jun 2026 23:47:09 +0200 Subject: [PATCH] docs(docs): correct broken link (#27564) Co-authored-by: Wael Karman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e439ecb15c..90836e320f5 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Run PX4 in simulation with a single command. No build tools, no dependencies bey docker run --rm -it -p 14550:14550/udp px4io/px4-sitl:latest ``` -Open [QGroundControl](https://qgroundcontrol.com) and fly. See [PX4 Simulation Quickstart](../dev_setup/px4_simulation_quickstart.md) for more options. +Open [QGroundControl](https://qgroundcontrol.com) and fly. See [PX4 Simulation Quickstart](https://docs.px4.io/main/en/simulation/px4_simulation_quickstart) for more options. ## Build from Source