From 4c011ba73847ae9c0d3815fc51506d2f53bb010c Mon Sep 17 00:00:00 2001
From: Yana Agun Siswanto
Date: Sun, 9 Dec 2018 15:07:22 +0700
Subject: [PATCH] CustomCommandWidget.qml:Fix URL
The Url in custom command widget has been moved to
https://docs.qgroundcontrol.com/en/app_menu/custom_command_widget.html
---
src/ViewWidgets/CustomCommandWidget.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ViewWidgets/CustomCommandWidget.qml b/src/ViewWidgets/CustomCommandWidget.qml
index 4d4ee60d7..fae5abf14 100644
--- a/src/ViewWidgets/CustomCommandWidget.qml
+++ b/src/ViewWidgets/CustomCommandWidget.qml
@@ -34,7 +34,7 @@ QGCView {
"So make sure to test your changes thoroughly before using them in flight.
" +
"Click 'Load Custom Qml file' to provide your custom qml file.
" +
"Click 'Reset' to reset to none.
" +
- "Example usage: https://dev.qgroundcontrol.com/en/tools/custom_command_widget.html
"
+ "Example usage: https://docs.qgroundcontrol.com/en/app_menu/custom_command_widget.html
"
QGCPalette { id: qgcPal; colorGroupEnabled: enabled }
--
2.22.0