px4airframes: update image path for markdown after dev-guide update

This commit is contained in:
Beat Küng
2017-04-18 10:47:01 +02:00
parent 42d2f8a798
commit 06997915c2
+1 -1
View File
@@ -22,7 +22,7 @@ class MarkdownTablesOutput():
image_name = group.GetImageName()
result += '<div>\n'
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
# only once