diff --git a/libraries/AP_DDS/README.md b/libraries/AP_DDS/README.md index 6121a413b0..2e73ad2bd2 100644 --- a/libraries/AP_DDS/README.md +++ b/libraries/AP_DDS/README.md @@ -38,9 +38,9 @@ While DDS support in Ardupilot is mostly through git submodules, another tool ne ```console sudo apt install default-jre ```` -- Follow instructions [here](https://micro-xrce-dds.docs.eprosima.com/en/latest/installation.html#installing-the-micro-xrce-dds-gen-tool) to install the latest version of the generator +- Follow instructions [here](https://micro-xrce-dds.docs.eprosima.com/en/latest/installation.html#installing-the-micro-xrce-dds-gen-tool) to install the latest version of the generator using Ardupilot's mirror ```console - git clone --recurse-submodules https://github.com/eProsima/Micro-XRCE-DDS-Gen.git + git clone --recurse-submodules https://github.com/ardupilot/Micro-XRCE-DDS-Gen.git cd Micro-XRCE-DDS-Gen ./gradlew assemble ```