Skip to content

Commit 115513b

Browse files
committed
tentative fix visualizable links
1 parent d4ed5ff commit 115513b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/IntelOwl/contribute.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ To do so, some utility classes have been made:
332332
<tr>
333333
<td class="tg-7n4c">VisualizablePage</td>
334334
<td class="tg-0pky">A single page of the final report, made of different <span style="font-weight:bold">levels</span>. Each page added is represented as a new tab in frontend.</td>
335-
<td class="tg-c3ow"><img alt="Visualizable Page example" src="./static/visualizablePage_example.png"></td>
335+
<td class="tg-c3ow"><img alt="Visualizable Page example" src="./docs/IntelOwl/static/visualizablePage_example.png"></td>
336336
</tr>
337337
<tr>
338338
<td class="tg-7n4c">VisualizableLevel</td>
@@ -341,37 +341,37 @@ To do so, some utility classes have been made:
341341
<span class="tg-zh46">VisualizableHorizontalList</span>.
342342
The dimension of the level can be customized with the size parameter (1 is the biggest, 6 is the smallest).
343343
</td>
344-
<td class="tg-c3ow"><img alt="Visualizable Level example" src="./static/visualizableLevel_example.png"></td>
344+
<td class="tg-c3ow"><img alt="Visualizable Level example" src="./docs/IntelOwl/static/visualizableLevel_example.png"></td>
345345
</tr>
346346
<tr>
347347
<td class="tg-7n4c">VisualizableHorizontalList</td>
348348
<td class="tg-0pky">An horizontal list of visualizable elements. In the example there is an horizontal list of vertical lists.</td>
349-
<td class="tg-c3ow"><img alt="Visualizable Horizontal List Example" src="./static/visualizableHlist_example.png"></td>
349+
<td class="tg-c3ow"><img alt="Visualizable Horizontal List Example" src="./docs/IntelOwl/static/visualizableHlist_example.png"></td>
350350
</tr>
351351
<tr>
352352
<td class="tg-7n4c">VisualizableVerticalList</td>
353353
<td class="tg-0pky">A vertical list made of a name, a title, and the list of elements.</td>
354-
<td class="tg-c3ow"><img alt="Visualizable Vertical List Example" src="./static/visualizableVlist_example.png"></td>
354+
<td class="tg-c3ow"><img alt="Visualizable Vertical List Example" src="./docs/IntelOwl/static/visualizableVlist_example.png"></td>
355355
</tr>
356356
<tr>
357357
<td class="tg-7n4c">VisualizableTable</td>
358358
<td class="tg-0pky">A table of visualizable elements. In the example there is a table of base and vertical lists.</td>
359-
<td class="tg-c3ow"><img alt="Visualizable Table Example" src="./static/visualizableTable_example.png"></td>
359+
<td class="tg-c3ow"><img alt="Visualizable Table Example" src="./docs/IntelOwl/static/visualizableTable_example.png"></td>
360360
</tr>
361361
<tr>
362362
<td class="tg-7n4c">VisualizableBool</td>
363363
<td class="tg-0pky">The representation of a boolean value. It can be enabled or disabled with colors.</td>
364-
<td class="tg-c3ow"><img alt="Visualizable Bool example" src="./static/visualizableBool_example.png"></td>
364+
<td class="tg-c3ow"><img alt="Visualizable Bool example" src="./docs/IntelOwl/static/visualizableBool_example.png"></td>
365365
</tr>
366366
<tr>
367367
<td class="tg-7n4c">VisualizableTitle</td>
368368
<td class="tg-0pky">The representation of a tuple, composed of a title and a value.</td>
369-
<td class="tg-c3ow"><img alt="Visualizable Title example" src="./static/visualizableTitle_example.png"></td>
369+
<td class="tg-c3ow"><img alt="Visualizable Title example" src="./docs/IntelOwl/static/visualizableTitle_example.png"></td>
370370
</tr>
371371
<tr>
372372
<td class="tg-7n4c">VisualizableDownload</td>
373373
<td class="tg-0pky">A button useful for download a file with custom content.</td>
374-
<td class="tg-c3ow"><img alt="Visualizable Download example" src="./static/visualizableDownload_example.png"></td>
374+
<td class="tg-c3ow"><img alt="Visualizable Download example" src="./docs/IntelOwl/static/visualizableDownload_example.png"></td>
375375
</tr>
376376
<tr>
377377
<td class="tg-7n4c">VisualizableBase</td>

0 commit comments

Comments
 (0)