Skip to content

Commit 28a1162

Browse files
committed
docs: fix jekyll links
1 parent 70bee54 commit 28a1162

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/get_options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ <h2 style="float:'left'">{{ option.title }}</h3>
2626
</section>
2727
{% endfor %}
2828
<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>...
3030
</section>

docs/how.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<section style="padding:0px; padding-bottom:100px">
77
<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>.
99

1010
The following sections describe alternative ways how to run ipfixprobe.
1111

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="text-container">
77
<h1 class="editable">High-performance <strong>flow monitoring probe.</strong></h1>
88
<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>
1010
</div>
1111
</section>
1212

@@ -46,6 +46,6 @@ <h2>How can I <strong>get the data?</strong></h2>
4646

4747
<section class="bottom-cta">
4848
<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>
5050
</section>
5151
</div>

0 commit comments

Comments
 (0)