Skip to content

Commit d35bac5

Browse files
authored
Update example_info.html
added some text Signed-off-by: meihDS <70775251+meihDS@users.noreply.github.com>
1 parent 013784a commit d35bac5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/templates/example_info.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ <h4>{{ title }}</h4>
2222
{% endif %}
2323

2424
{% if example["LinkToHowTo"] | length > 0%}
25-
<p><a target='_blank' href="{{ example['LinkToHowTo'][0]['Path'] }}">{{ example['LinkToHowTo'][0]['PathName'] }}</a></p>
25+
<p>
26+
Prerequisite: See <a target='_blank' href="{{ example['LinkToHowTo'][0]['Path'] }}">{{ example['LinkToHowTo'][0]['PathName'] }}</a>.
27+
</p>
2628
{% endif %}
2729

2830
<p>
2931
View source file <a target="_blank" href="{{ source_url | safe }}">{{ source_file }}</a> on GitHub.
30-
</p>
32+
</p>

0 commit comments

Comments
 (0)