Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/cpp/guide/connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if (connection_result != ConnectionResult::Success) {
```

::: info
The connection string used above (`udpin://0.0.0.0:14540`) is the [standard PX4 UDP port](https://docs.px4.io/master/en/simulation/#default-px4-mavlink-udp-ports) for off-board APIs (14540) used with SITL.
The connection string used above (`udpin://0.0.0.0:14540`) is the [standard PX4 UDP port](https://docs.px4.io/main/en/simulation/#default-px4-mavlink-udp-ports) for off-board APIs (14540) used with SITL.
The standard way to talk to a ground station (e.g. QGC is on port 14550).
:::

Expand Down
Loading