Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs: fix jekyll links when #236

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading