Skip to content

Commit 39e2217

Browse files
committed
Fix broken image paths in participant template as well
1 parent 635f10c commit 39e2217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sample/Archiving/templates/participant.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ <h3 class="panel-title">Instructions</h3>
3232
<tbody>
3333
<tr>
3434
<td style="vertical-align: middle;">Archiving is started</td>
35-
<td><img src="img/archiving-on-message.png"></td>
35+
<td><img src="static/img/archiving-on-message.png"></td>
3636
</tr>
3737
<tr>
3838
<td style="vertical-align: middle;">Archiving remains on</td>
39-
<td><img src="img/archiving-on-idle.png"></td>
39+
<td><img src="static/img/archiving-on-idle.png"></td>
4040
</tr>
4141
<tr>
4242
<td style="vertical-align: middle;">Archiving is stopped</td>
43-
<td><img src="img/archiving-off.png"></td>
43+
<td><img src="static/img/archiving-off.png"></td>
4444
</tr>
4545
</tbody>
4646
</table>

0 commit comments

Comments
 (0)