Skip to content

Commit 1e36677

Browse files
committed
FIX relative url for images
1 parent 5fe2b52 commit 1e36677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/social-icon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
{% when "RSS" %}
1717
<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><circle cx="6.18" cy="17.82" r="2.18"/><path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"/></svg>
1818
{% when "GitHub" %}
19-
<img height="20" width="20" src="/ipfixprobe-docs/images/github.png">
19+
<img height="20" width="20" src="./../images/github.png">
2020
{% endcase %}

developer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="container">
77
<div class="blog-post text-container">
88
<p>The architecture of the ipfixprobe can be described by the following diagram:</p>
9-
<img src="/images/ipfixprobe_architecture.jpg" style = "width: 100%;">
9+
<img src="./../images/ipfixprobe_architecture.jpg" style = "width: 100%;">
1010
<h1>Process plugin</h1>
1111
<p>The ipfixprobe contains script that creates template for new process plugin. To use it follow these steps:<br>
1212
<div class="text editable" style="display: flex;flex-direction: column;justify-content: center;align-items: left;">

0 commit comments

Comments
 (0)