Fix up so image links work properly

This commit is contained in:
Hamish Willee
2017-07-03 15:18:10 +10:00
committed by Lorenz Meier
parent 02b1048752
commit 5af62c8e49
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,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="../../assets/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