diff options
| author | Mark Otto <[email protected]> | 2015-06-18 23:56:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-18 23:56:43 -0700 |
| commit | 169d2a4a78776ddaa4fec774691a3c5f03aa3eda (patch) | |
| tree | 997248da2a627a3ef3478dd0f8f8077267c56e22 /docs/about | |
| parent | df2ca92d7704d54a15be54e5da8086712bd18680 (diff) | |
| parent | 1e64692716985246f70c89bcf8d5119e17a353c0 (diff) | |
| download | bootstrap-169d2a4a78776ddaa4fec774691a3c5f03aa3eda.tar.xz bootstrap-169d2a4a78776ddaa4fec774691a3c5f03aa3eda.zip | |
Merge branch 'master' into v4
Diffstat (limited to 'docs/about')
| -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> |
