From db411586c8050da5157b2e5683543703142cfca4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 Jun 2015 23:46:28 +0300 Subject: explicit https links to GitHub --- _includes/sidebar.html | 2 +- plots.html | 2 +- 2 files changed, 2 insertions(+), 2 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 @@

About the project

Getting the hang out of the sorting algorithms. Feel free to contribute or contact me.

-  GitHub repository +  GitHub repository  Egor.Tensin@gmail.com

Latest posts

diff --git a/plots.html b/plots.html index 7ff245f..ab91ab4 100644 --- a/plots.html +++ b/plots.html @@ -12,7 +12,7 @@ group: "navigation" var userName = 'egor-tensin'; var repoName = 'sorting_algorithms'; -var plotsUrl = '//github.com/{userName}/{repoName}/raw/master/plots/'.format({ +var plotsUrl = 'https://github.com/{userName}/{repoName}/raw/master/plots/'.format({ userName: userName, repoName: repoName }); -- cgit v1.2.3