Browse Source

airframes markdownout.py - fix link to not open file for editing

release/1.12
Hamish Willee 4 years ago committed by Beat Küng
parent
commit
f9201811b4
  1. 2
      Tools/px4airframes/markdownout.py

2
Tools/px4airframes/markdownout.py

@ -6,7 +6,7 @@ import html
class MarkdownTablesOutput(): class MarkdownTablesOutput():
def __init__(self, groups, board, image_path): def __init__(self, groups, board, image_path):
result = ("# Airframes Reference\n" result = ("# Airframes Reference\n"
"> **Note** **This list is [auto-generated](https://github.com/PX4/Firmware/edit/master/Tools/px4airframes/markdownout.py) from the source code**.\n" "> **Note** **This list is [auto-generated](https://github.com/PX4/PX4-Autopilot/blob/master/Tools/px4airframes/markdownout.py) from the source code**.\n"
"> \n" "> \n"
"> **AUX** channels may not be present on some flight controllers.\n" "> **AUX** channels may not be present on some flight controllers.\n"
"> If present, PWM AUX channels are commonly labelled **AUX OUT**.\n" "> If present, PWM AUX channels are commonly labelled **AUX OUT**.\n"

Loading…
Cancel
Save