diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-22 12:30:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-22 12:30:48 +0300 |
commit | 4adcbee5250b0dfa7469fad85c829bcfbbe46392 (patch) | |
tree | a7b2e5df35323d9706fa38b25acc08a5301a9baf /_includes/sidebar.html | |
parent | bump dependencies (diff) | |
download | sorting-algorithms-4adcbee5250b0dfa7469fad85c829bcfbbe46392.tar.gz sorting-algorithms-4adcbee5250b0dfa7469fad85c829bcfbbe46392.zip |
fix a sidebar link to "Plots"
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> |