aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-03-22 12:30:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-03-22 12:30:48 +0300
commit4adcbee5250b0dfa7469fad85c829bcfbbe46392 (patch)
treea7b2e5df35323d9706fa38b25acc08a5301a9baf /_includes
parentbump dependencies (diff)
downloadsorting-algorithms-4adcbee5250b0dfa7469fad85c829bcfbbe46392.tar.gz
sorting-algorithms-4adcbee5250b0dfa7469fad85c829bcfbbe46392.zip
fix a sidebar link to "Plots"
Diffstat (limited to '_includes')
-rw-r--r--_includes/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 8180f79..038e778 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -5,7 +5,7 @@
<a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span>&nbsp;Egor.Tensin@gmail.com</a>
</div>
<p>The implemented algorithms have been plotted to study their performance.
-You can examine the plots <a href="plots.html">here</a>.</p>
+You can examine the plots <a href="{{ site.baseurl }}/plots.html">here</a>.</p>
<h4>Latest posts</h4>
{% if site.posts.size == 0 %}
<p>Sorry, there're no posts yet.</p>