Skip to content

Commit

Permalink
ConfigMotorTest: fix dead url
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Dec 15, 2019
1 parent b82a90e commit c03f696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GCSViews/ConfigurationView/ConfigMotorTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs
{
try
{
Process.Start("http://copter.ardupilot.com/wiki/connect-escs-and-motors/");
Process.Start("https://ardupilot.org/copter/docs/connect-escs-and-motors.html#motor-order-diagrams");
}
catch
{
Expand Down

0 comments on commit c03f696

Please sign in to comment.