Update avatar url from http to https (fixes ssl warning)
This commit is contained in:
parent
c31b35038e
commit
cfed1e6aaa
|
@ -66,7 +66,7 @@ employees actively contribute to Nomad.
|
|||
</div>
|
||||
|
||||
<div class="person">
|
||||
<img class="pull-left" src="http://www.gravatar.com/avatar/bc8b1b69d830b589fbe36cfc89e55a78?s=125">
|
||||
<img class="pull-left" src="https://www.gravatar.com/avatar/bc8b1b69d830b589fbe36cfc89e55a78?s=125">
|
||||
<div class="bio">
|
||||
<h3>Alex Dadgar (<a href="https://github.com/dadgar">@dadgar</a>)</h3>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue