mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
px4airframes: update image path for markdown after dev-guide update
This commit is contained in:
@@ -22,7 +22,7 @@ class MarkdownTablesOutput():
|
|||||||
image_name = group.GetImageName()
|
image_name = group.GetImageName()
|
||||||
result += '<div>\n'
|
result += '<div>\n'
|
||||||
if image_name != 'AirframeUnknown':
|
if image_name != 'AirframeUnknown':
|
||||||
result += '<img src="images/airframes/types/%s.svg" width="29%%" style="max-height: 180px;"/>\n' % (image_name)
|
result += '<img src="../images/airframes/types/%s.svg" width="29%%" style="max-height: 180px;"/>\n' % (image_name)
|
||||||
|
|
||||||
# check if all outputs are equal for the group: if so, show them
|
# check if all outputs are equal for the group: if so, show them
|
||||||
# only once
|
# only once
|
||||||
|
|||||||
Reference in New Issue
Block a user