We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635f10c commit 39e2217Copy full SHA for 39e2217
sample/Archiving/templates/participant.html
@@ -32,15 +32,15 @@ <h3 class="panel-title">Instructions</h3>
32
<tbody>
33
<tr>
34
<td style="vertical-align: middle;">Archiving is started</td>
35
- <td><img src="img/archiving-on-message.png"></td>
+ <td><img src="static/img/archiving-on-message.png"></td>
36
</tr>
37
38
<td style="vertical-align: middle;">Archiving remains on</td>
39
- <td><img src="img/archiving-on-idle.png"></td>
+ <td><img src="static/img/archiving-on-idle.png"></td>
40
41
42
<td style="vertical-align: middle;">Archiving is stopped</td>
43
- <td><img src="img/archiving-off.png"></td>
+ <td><img src="static/img/archiving-off.png"></td>
44
45
</tbody>
46
</table>
0 commit comments