Use HTTPS instead of HTTP

This is now supported by github.io
This commit is contained in:
Lukas Reschke 2016-02-05 13:05:04 +01:00
parent 7dde2c773f
commit 35e4acbc1f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if ($_['showShareIT']) {
</button>
</div>
<button class="social-diaspora pop-up"
data-url='http://sharetodiaspora.github.io/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'>
data-url='https://sharetodiaspora.github.io/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'>
Diaspora
</button>
<button class="social-twitter pop-up"