aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 21:18:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 21:18:44 +0300
commit9b3e6d409340369a6b450e997723f773f0aa3505 (patch)
tree660bfd8d871fa0c80ab14b978498e2ac54a3f201 /_includes
parentplots: update the actual plots (diff)
downloadsorting-algorithms-9b3e6d409340369a6b450e997723f773f0aa3505.tar.gz
sorting-algorithms-9b3e6d409340369a6b450e997723f773f0aa3505.zip
rename the project
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html2
-rw-r--r--_includes/sidebar.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 8432483..5c77915 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -6,7 +6,7 @@
<div style="display: table; width: 100%;">
<div style="display: table-row;">
<div style="display: table-cell;">
- <div class="text-center text-muted"><small>This project is licensed under the terms of the MIT License. See <a href="https://github.com/egor-tensin/sorting_algorithms/tree/gh-pages#licensing">Licensing</a> for details.</small></div>
+ <div class="text-center text-muted"><small>This project is licensed under the terms of the MIT License. See <a href="https://github.com/egor-tensin/sorting-algorithms/tree/gh-pages#licensing">Licensing</a> for details.</small></div>
</div>
</div>
<div style="display: table-row;">
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>&nbsp;GitHub repository</a>
+ <a class="list-group-item" href="https://github.com/egor-tensin/sorting-algorithms"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>
<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.