Skip to content

Commit 5e18800

Browse files
authored
Fix visualizable table (#2249)
* Fix images url * Fixed table images using absolute url
1 parent f7046b2 commit 5e18800

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/source/Contribute.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,32 +326,32 @@ To do so, some utility classes have been made:
326326
<tr>
327327
<td class="tg-7n4c">VisualizablePage</td>
328328
<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>
329-
<td class="tg-c3ow"><img src="../static/visualizableLevel_example.png" alt="Visualizable Page example"/></td>
329+
<td class="tg-c3ow"><img alt="Visualizable Page example" src="https://raw.githubusercontent.com/intelowlproject/IntelOwl/master/docs/static/visualizablePage_example.png"></td>
330330
</tr>
331331
<tr>
332332
<td class="tg-7n4c">VisualizableLevel</td>
333333
<td class="tg-0pky">Each level corresponds to a line in the final frontend visualizations. Every level is made of a <span class="tg-zh46">VisualizableHorizontalList</span>.</td>
334-
<td class="tg-c3ow"><img src="../static/visualizableLevel_example.png" alt="Visualizable Level example"/></td>
334+
<td class="tg-c3ow"><img alt="Visualizable Level example" src="https://raw.githubusercontent.com/intelowlproject/IntelOwl/master/docs/static/visualizableLevel_example.png"></td>
335335
</tr>
336336
<tr>
337337
<td class="tg-7n4c">VisualizableHorizontalList</td>
338338
<td class="tg-0pky">An horizontal list of visualizable elements. In the example there is an horizontal list of vertical lists.</td>
339-
<td class="tg-c3ow"><img src="../static/visualizableHlist_example.png" alt="Visualizable Horizontal List Example"/></td>
339+
<td class="tg-c3ow"><img alt="Visualizable Horizontal List Example" src="https://raw.githubusercontent.com/intelowlproject/IntelOwl/master/docs/static/visualizableHlist_example.png"></td>
340340
</tr>
341341
<tr>
342342
<td class="tg-7n4c">VisualizableVerticalList</td>
343343
<td class="tg-0pky">A vertical list made of a name, a title, and the list of elements.</td>
344-
<td class="tg-c3ow"><img src="../static/visualizableVlist_example.png" alt="Visualizable Vertical List Example"/></td>
344+
<td class="tg-c3ow"><img alt="Visualizable Vertical List Example" src="https://raw.githubusercontent.com/intelowlproject/IntelOwl/master/docs/static/visualizableVlist_example.png"></td>
345345
</tr>
346346
<tr>
347347
<td class="tg-7n4c">VisualizableBool</td>
348348
<td class="tg-0pky">The representation of a boolean value. It can be enabled or disabled with colors.</td>
349-
<td class="tg-c3ow"><img src="../static/visualizableBool_example.png" alt="Visualizable Bool example"/></td>
349+
<td class="tg-c3ow"><img alt="Visualizable Bool example" src="https://raw.githubusercontent.com/intelowlproject/IntelOwl/master/docs/static/visualizableBool_example.png"></td>
350350
</tr>
351351
<tr>
352352
<td class="tg-7n4c">VisualizableTitle</td>
353353
<td class="tg-0pky">The representation of a tuple, composed of a title and a value.</td>
354-
<td class="tg-c3ow"><img src="../static/visualizableTitle_example.png" alt="Visualizable Title example"/></td>
354+
<td class="tg-c3ow"><img alt="Visualizable Title example" src="https://raw.githubusercontent.com/intelowlproject/IntelOwl/master/docs/static/visualizableTitle_example.png"></td>
355355
</tr>
356356
<tr>
357357
<td class="tg-7n4c">VisualizableBase</td>

0 commit comments

Comments
 (0)