Skip to content

Commit 1f78c26

Browse files
committed
developer - fix image url
1 parent 7ba13ad commit 1f78c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="container">
1010
<div class="blog-post text-container">
1111
<p>The architecture of the ipfixprobe can be described by the following diagram:</p>
12-
<img src="/images/ipfixprobe_architecture.jpg" style = "width: 100%;">
12+
<img src="/ipfixprobe-docs/images/ipfixprobe_architecture.jpg" style = "width: 100%;">
1313
<p>Process plugin can export data. Export format of each plugin is described in this section</p>
1414
<div class="text editable" style="display: flex;flex-direction: column;justify-content: center;align-items: left;">
1515
{% for export_table in sorted_developers %}

0 commit comments

Comments
 (0)