Skip to content

Commit 676210b

Browse files
authored
[MINOR] fix contributors pictures (#151)
1 parent 48e0c5e commit 676210b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_src/community.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>SystemDS Project Committers</h2><br>
7373
<div class="profile">
7474
<a href="http://github.com/{{ member.githubId }}">
7575
<img class="profile--img"
76-
src="{% unless c.avatar %}http://github.com/{{ member.githubId }}.png{% else %}{{ member.avatar }}{% endunless %}">
76+
src="{% unless c.avatar %}https://avatars.githubusercontent.com/{{ member.githubId }}{% else %}{{ member.avatar }}{% endunless %}">
7777
</a>
7878
<div class="profile--info">
7979
<a class="profile--name" href="http://github.com/{{ member.githubId }}">{{member.name}}</a>

0 commit comments

Comments
 (0)