diff options
Diffstat (limited to '_includes/sidebar.html')
-rw-r--r-- | _includes/sidebar.html | 2 |
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> 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> |