aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/sidebar.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-30 23:46:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-30 23:46:28 +0300
commitdb411586c8050da5157b2e5683543703142cfca4 (patch)
tree4e57a1c852716ddeed75df6b054e30fd030700c4 /_includes/sidebar.html
parentrename layout 'posts' to 'main' (diff)
downloadsorting-algorithms-db411586c8050da5157b2e5683543703142cfca4.tar.gz
sorting-algorithms-db411586c8050da5157b2e5683543703142cfca4.zip
explicit https links to GitHub
Diffstat (limited to '_includes/sidebar.html')
-rw-r--r--_includes/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 2b7baa9..84afe22 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="//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>
<h4>Latest posts</h4>