You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/03/16 09:47:02 UTC

kylin git commit: minor, fix typo

Repository: kylin
Updated Branches:
  refs/heads/document 2c4d4c6b8 -> ff54ee5c7


minor, fix typo


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ff54ee5c
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ff54ee5c
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/ff54ee5c

Branch: refs/heads/document
Commit: ff54ee5c7e1937bb8dc2704a8673dee25fd27cf6
Parents: 2c4d4c6
Author: lidongsjtu <li...@apache.org>
Authored: Wed Mar 16 16:46:36 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Wed Mar 16 16:46:36 2016 +0800

----------------------------------------------------------------------
 website/community/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/ff54ee5c/website/community/index.md
----------------------------------------------------------------------
diff --git a/website/community/index.md b/website/community/index.md
index f16c3e9..ae35898 100644
--- a/website/community/index.md
+++ b/website/community/index.md
@@ -34,7 +34,7 @@ A successful project requires many people to play many roles. Some members write
 
 | Name  | Apache ID    | Github    |  Role |
 |:----- |:-------------|:----------|:------|
-{% for c in site.data.contributors %}  | {{ c.name }} | <a href="http://home.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ c.apacheId }}</a> | <a href="h#ttp://github.com/{{ c.githubId }}"><img width="48" src="{% unless c.avatar %}http://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> |  {{ c.role }} |
+{% for c in site.data.contributors %}  | {{ c.name }} | <a href="http://home.apache.org/phonebook.html?uid={{ c.apacheId }}">{{ c.apacheId }}</a> | <a href="http://github.com/{{ c.githubId }}"><img width="48" src="{% unless c.avatar %}http://github.com/{{ c.githubId }}.png{% else %}{{ c.avatar }}{% endunless %}"></a> |  {{ c.role }} |
 {% endfor %}
 
 ### Contributors