diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 03:54:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-05-30 03:54:55 +0300 |
commit | 95eb014ce46288bc6989e7bc54b91f8ae67a53d6 (patch) | |
tree | 7b00839ed5a0b1a0b9439cdb6280c538f21e322d /_includes | |
parent | "Plots" is now the landing page (diff) | |
download | sorting-algorithms-95eb014ce46288bc6989e7bc54b91f8ae67a53d6.tar.gz sorting-algorithms-95eb014ce46288bc6989e7bc54b91f8ae67a53d6.zip |
fix links, page titles & icons
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/common/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/sidebar.html b/_includes/common/sidebar.html index 7deed0a..ab5b6d0 100644 --- a/_includes/common/sidebar.html +++ b/_includes/common/sidebar.html @@ -7,7 +7,7 @@ <a class="list-group-item" href="mailto:{{ site.personal_info.email }}"><span class="glyphicon glyphicon-envelope"></span> {{ site.personal_info.email }}</a> </div> <p>The implemented algorithms have been plotted to study their performance. - You can examine the plots <a href="{{ site.baseurl }}/plots.html">here</a>.</p> +You can examine the plots <a href="{{ site.baseurl }}/index.html">here</a>.</p> </div> <div class="col-xs-12 col-sm-6 col-md-12"> <h2 class="h4">Latest posts</h2> |