You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by mm...@apache.org on 2020/01/21 17:38:09 UTC

[calcite] 04/11: Site: Change GitHub avatar links to https

This is an automated email from the ASF dual-hosted git repository.

mmior pushed a commit to branch site-new
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit 3fc3b71f38d41911d1d28f2d63c3eb8300c25808
Author: Michael Mior <mm...@cs.rit.edu>
AuthorDate: Tue Oct 8 12:41:17 2019 -0400

    Site: Change GitHub avatar links to https
---
 site/_includes/news_item.html | 4 ++--
 site/_layouts/news_item.html  | 4 ++--
 site/community/index.md       | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/site/_includes/news_item.html b/site/_includes/news_item.html
index 7b48ea6..7ee2ad6 100644
--- a/site/_includes/news_item.html
+++ b/site/_includes/news_item.html
@@ -37,12 +37,12 @@ limitations under the License.
           {% if c.homepage %}
             {% assign homepage = c.homepage %}
           {% else %}
-            {% capture homepage %}http://github.com/{{ c.githubId }}{% endcapture %}
+            {% capture homepage %}https://github.com/{{ c.githubId }}{% endcapture %}
           {% endif %}
           {% if c.avatar %}
             {% assign avatar = c.avatar %}
           {% else %}
-            {% capture avatar %}http://github.com/{{ c.githubId }}.png{% endcapture %}
+            {% capture avatar %}https://github.com/{{ c.githubId }}.png{% endcapture %}
           {% endif %}
         {% endif %}
       {% endfor %}
diff --git a/site/_layouts/news_item.html b/site/_layouts/news_item.html
index 5fd0ecc..7b2ed91 100644
--- a/site/_layouts/news_item.html
+++ b/site/_layouts/news_item.html
@@ -24,12 +24,12 @@ layout: news
           {% if c.homepage %}
             {% assign homepage = c.homepage %}
           {% else %}
-            {% capture homepage %}http://github.com/{{ c.githubId }}{% endcapture %}
+            {% capture homepage %}https://github.com/{{ c.githubId }}{% endcapture %}
           {% endif %}
           {% if c.avatar %}
             {% assign avatar = c.avatar %}
           {% else %}
-            {% capture avatar %}http://github.com/{{ c.githubId }}.png{% endcapture %}
+            {% capture avatar %}https://github.com/{{ c.githubId }}.png{% endcapture %}
           {% endif %}
         {% endif %}
       {% endfor %}
diff --git a/site/community/index.md b/site/community/index.md
index b3f9863..54d9f8a 100644
--- a/site/community/index.md
+++ b/site/community/index.md
@@ -44,14 +44,14 @@ limitations under the License.
 
 Name (Apache ID) | Github | Org | Role
 :--------------- | :----- | :-- | :---
-{% for c in site.data.contributors %}{% unless c.emeritus %}{% if c.homepage %}<a href="{{ c.homepage }}">{{ c.name }}</a>{% else %}{{ c.name }}{% endif %} (<a href="http://people.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ c.apacheId }}</a>) | <a href="http://github.com/{{ c.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }}
+{% for c in site.data.contributors %}{% unless c.emeritus %}{% if c.homepage %}<a href="{{ c.homepage }}">{{ c.name }}</a>{% else %}{{ c.name }}{% endif %} (<a href="http://people.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ c.apacheId }}</a>) | <a href="https://github.com/{{ c.githubId }}"><img width="64" src="{% unless c.avatar %}https://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }}
 {% endunless %}{% endfor %}
 
 Emeritus members
 
 Name (Apache ID) | Github | Org | Role
 :--------------- | :----- | :-- | :---
-{% for c in site.data.contributors %}{% if c.emeritus %}{% if c.homepage %}<a href="{{ c.homepage }}">{{ c.name }}</a>{% else %}{{ c.name }}{% endif %} (<a href="http://people.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ c.apacheId }}</a>) | <a href="http://github.com/{{ c.githubId }}"><img width="64" src="{% unless c.avatar %}http://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }}
+{% for c in site.data.contributors %}{% if c.emeritus %}{% if c.homepage %}<a href="{{ c.homepage }}">{{ c.name }}</a>{% else %}{{ c.name }}{% endif %} (<a href="http://people.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ c.apacheId }}</a>) | <a href="https://github.com/{{ c.githubId }}"><img width="64" src="{% unless c.avatar %}https://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> | {{ c.org }} | {{ c.role }}
 {% endif %}{% endfor %}
 
 # Mailing Lists