From 425b8a17334acbe352167adef42953a9db38de3e Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Wed, 4 Nov 2020 09:44:07 +1100 Subject: [PATCH] markdownout - change Firmware to PX4-Autopilot --- Tools/px4moduledoc/markdownout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/px4moduledoc/markdownout.py b/Tools/px4moduledoc/markdownout.py index 6c3aae7728..00429b77ff 100644 --- a/Tools/px4moduledoc/markdownout.py +++ b/Tools/px4moduledoc/markdownout.py @@ -26,7 +26,7 @@ as well (such as `free`). Use `help` on the console to get a list of all available commands, and in most cases `command help` will print the usage. Since this is generated from source, errors must be reported/fixed -in the [Firmware](https://github.com/PX4/Firmware) repository. +in the [PX4-Autopilot](https://github.com/PX4/PX4-Autopilot) repository. The documentation pages can be generated by running the following command from the root of the Firmware directory: ```