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 038e778..22321f2 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,7 +1,7 @@ <h4>About the project</h4> <p>Getting the hang out of the sorting algorithms. Feel free to contribute or contact me.</p> <div class="list-group reasonable-width"> - <a class="list-group-item" href="https://github.com/egor-tensin/sorting_algorithms"><span class="glyphicon glyphicon-home"></span> GitHub repository</a> + <a class="list-group-item" href="https://github.com/egor-tensin/sorting-algorithms"><span class="glyphicon glyphicon-home"></span> GitHub repository</a> <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. |