Skip to content

Commit

Permalink
docs: fix jekyll links
Browse files Browse the repository at this point in the history
  • Loading branch information
hynekkar committed Nov 25, 2024
1 parent 70bee54 commit 28a1162
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/get_options.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ <h2 style="float:'left'">{{ option.title }}</h3>
</section>
{% endfor %}
<section>
Continue reading with <a href="{% link how.html %}">"How to use it"</a>...
Continue reading with <a href="{{ site.baseurl }}{% link how.html %}">"How to use it"</a>...
</section>
2 changes: 1 addition & 1 deletion docs/how.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<section style="padding:0px; padding-bottom:100px">
<div class="container">
This guide expects ipfixprobe is already installed, see <a href="{% link get_options.html %}">installation step</a>.
This guide expects ipfixprobe is already installed, see <a href="{{ site.baseurl }}{% link get_options.html %}">installation step</a>.

The following sections describe alternative ways how to run ipfixprobe.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="text-container">
<h1 class="editable">High-performance <strong>flow monitoring probe.</strong></h1>
<p class="subtext editable">Monitor and analyze your network traffic for free!</p>
<div class="cta button alt"><a href="{{ site.baseurl }}/get_options/">Get Started</a></div>
<div class="cta button alt"><a href="{{ site.baseurl }}{% link get_options.html %}">Get Started</a></div>
</div>
</section>

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

<section class="bottom-cta">
<h2 class="editable">Let's <strong>monitor</strong> your network now! </h2>
<div class="button alt"><a href="{{ site.baseurl }}/get_options/">Get Started</a></div>
<div class="button alt"><a href="{{ site.baseurl }}{% link get_options.html %}">Get Started</a></div>
</section>
</div>

0 comments on commit 28a1162

Please sign in to comment.