remove http://

This commit is contained in:
kauffj 2016-03-10 16:36:09 -05:00
parent 1ee19397ae
commit 6ce031170f
3 changed files with 3 additions and 3 deletions

View file

@ -87,6 +87,6 @@ class View
public static function getMetaImage()
{
return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png';
return static::$metaImg ?: '//lbry.io/img/lbry-dark-1600x528.png';
}
}

View file

@ -11,7 +11,7 @@
<h1>Thank You!!!</h1>
<p>OMG thanks for paying.</p>
<p>Here is a unique URL that you can use to refer others. You get 10% bonus credits for anyone who uses it.</p>
<h3><a class="link-primary" href="http://lbry.io/i/butts">http://lbry.io/i/butts</a></h3>
<h3><a class="link-primary" href="//lbry.io/i/butts">http://lbry.io/i/butts</a></h3>
<p>Here are some details about how to claim them or other things you would want to know.</p>
</div>
</div>

View file

@ -1,5 +1,5 @@
<?php NavActions::setNavUri('/learn') ?>
<?php Response::setMetaImage('http://lbry.io/img/xkcd-comic.png') ?>
<?php Response::setMetaImage('//lbry.io/img/xkcd-comic.png') ?>
<?php Response::setMetaDescription('Learn about the inspiration behind LBRY\'s revolutionary content distribution system.') ?>
<?php echo View::render('nav/header', ['isDark' => false]) ?>
<main>