summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIuri de Silvio <iurisilvio@gmail.com>2014-08-10 11:46:55 -0300
committerIuri de Silvio <iurisilvio@gmail.com>2014-08-10 11:47:13 -0300
commit8479df725e1e02e4380acaba2cf93a74ca63b84f (patch)
tree7402d34012e52ad3fce231c5d7d5cb509e72c593 /docs
parent333deb2311c6896cf6f5c6ecc7523ef7adcbafbd (diff)
downloadtablib-8479df725e1e02e4380acaba2cf93a74ca63b84f.tar.gz
Fix some http schemes to follow page scheme.
Diffstat (limited to 'docs')
-rw-r--r--docs/_themes/kr/layout.html2
-rw-r--r--docs/_themes/kr_small/layout.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/_themes/kr/layout.html b/docs/_themes/kr/layout.html
index 1431b49..470f017 100644
--- a/docs/_themes/kr/layout.html
+++ b/docs/_themes/kr/layout.html
@@ -13,7 +13,7 @@
&copy; Copyright {{ copyright }}.
</div>
<a href="https://github.com/kennethreitz/tablib">
- <img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" />
+ <img style="position: absolute; top: 0; right: 0; border: 0;" src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" />
</a>
<script type="text/javascript" src="//www.hellobar.com/hellobar.js"></script>
diff --git a/docs/_themes/kr_small/layout.html b/docs/_themes/kr_small/layout.html
index aa1716a..cab20c7 100644
--- a/docs/_themes/kr_small/layout.html
+++ b/docs/_themes/kr_small/layout.html
@@ -14,8 +14,8 @@
{% block relbar1 %}{% endblock %}
{% block relbar2 %}
{% if theme_github_fork %}
- <a href="http://github.com/{{ theme_github_fork }}"><img style="position: fixed; top: 0; right: 0; border: 0;"
- src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+ <a href="https://github.com/{{ theme_github_fork }}"><img style="position: fixed; top: 0; right: 0; border: 0;"
+ src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
{% endif %}
{% endblock %}
{% block sidebar1 %}{% endblock %}