Repository: incubator-zeppelin Updated Branches: refs/heads/master 618bcd878 -> e45cf3995
Correct contact e-mail in documentation config.yml Author: Luciano Resende <[email protected]> Closes #393 from lresende/website and squashes the following commits: c167239 [Luciano Resende] Correct contact e-mail in documentation config.yml Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/e45cf399 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/e45cf399 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/e45cf399 Branch: refs/heads/master Commit: e45cf399596be7e30d8bb42a45e700c6898a3f1b Parents: 618bcd8 Author: Luciano Resende <[email protected]> Authored: Thu Nov 5 16:52:58 2015 -0300 Committer: Lee moon soo <[email protected]> Committed: Sun Nov 8 00:31:22 2015 +0900 ---------------------------------------------------------------------- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/e45cf399/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index de3d99a..ee0e727 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -14,7 +14,7 @@ title : Apache Zeppelin (incubating) tagline: Simplify bigdata analytics author : name : The Apache Software Foundation - email : [email protected] + email : [email protected] github : apache twitter : ASF feedburner : feedname
