File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ <h2 style="float:'left'">{{ option.title }}</h3>
26
26
</ section >
27
27
{% endfor %}
28
28
< section >
29
- Continue reading with < a href ="{% link how.html %} "> "How to use it"</ a > ...
29
+ Continue reading with < a href ="{{ site.baseurl }}{ % link how.html %} "> "How to use it"</ a > ...
30
30
</ section >
Original file line number Diff line number Diff line change 5
5
6
6
< section style ="padding:0px; padding-bottom:100px ">
7
7
< div class ="container ">
8
- This guide expects ipfixprobe is already installed, see < a href ="{% link get_options.html %} "> installation step</ a > .
8
+ This guide expects ipfixprobe is already installed, see < a href ="{{ site.baseurl }}{ % link get_options.html %} "> installation step</ a > .
9
9
10
10
The following sections describe alternative ways how to run ipfixprobe.
11
11
Original file line number Diff line number Diff line change 6
6
< div class ="text-container ">
7
7
< h1 class ="editable "> High-performance < strong > flow monitoring probe.</ strong > </ h1 >
8
8
< p class ="subtext editable "> Monitor and analyze your network traffic for free!</ p >
9
- < div class ="cta button alt "> < a href ="{{ site.baseurl }}/ get_options/ "> Get Started</ a > </ div >
9
+ < div class ="cta button alt "> < a href ="{{ site.baseurl }}{% link get_options.html %} "> Get Started</ a > </ div >
10
10
</ div >
11
11
</ section >
12
12
@@ -46,6 +46,6 @@ <h2>How can I <strong>get the data?</strong></h2>
46
46
47
47
< section class ="bottom-cta ">
48
48
< h2 class ="editable "> Let's < strong > monitor</ strong > your network now! </ h2 >
49
- < div class ="button alt "> < a href ="{{ site.baseurl }}/ get_options/ "> Get Started</ a > </ div >
49
+ < div class ="button alt "> < a href ="{{ site.baseurl }}{% link get_options.html %} "> Get Started</ a > </ div >
50
50
</ section >
51
51
</ div >
You can’t perform that action at this time.
0 commit comments