diff options
Diffstat (limited to 'docs/about/team.md')
| -rw-r--r-- | docs/about/team.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/about/team.md b/docs/about/team.md index 485adf775..c26be9a7c 100644 --- a/docs/about/team.md +++ b/docs/about/team.md @@ -8,9 +8,9 @@ Bootstrap is maintained by the founding team and a small group of invaluable cor <div class="list-group bd-team"> {% for member in site.data.core-team %} <div class="list-group-item"> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe> + <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user={{ member.user }}&type=follow"></iframe> <a class="team-member" href="https://github.com/{{ member.user }}"> - <img src="http://www.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}" width="32" height="32"> + <img src="https://secure.gravatar.com/avatar/{{ member.gravatar }}" alt="@{{ member.user }}" width="32" height="32"> <strong>{{ member.name }}</strong> <small>@{{ member.user }}</small> </a> </div> |
