Repository: zeppelin Updated Branches: refs/heads/master 99b975f5c -> fd545e295
[MINOR] High definition build status badge ### What is this PR for? CI badge has low definition now. This change will use .svg image as badge (instead of .png!) before:  after:  ### What type of PR is it? [Documentation] Author: Jun Kim <[email protected]> Closes #1570 from tae-jun/patch-1 and squashes the following commits: 8cc8c5d [Jun Kim] [MINOR] High definition build status badge Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/fd545e29 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/fd545e29 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/fd545e29 Branch: refs/heads/master Commit: fd545e2952144b45917504af8337401535ab2778 Parents: 99b975f Author: Jun Kim <[email protected]> Authored: Mon Oct 31 11:17:09 2016 +0900 Committer: ahyoungryu <[email protected]> Committed: Tue Nov 1 14:29:30 2016 +0900 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/fd545e29/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c1deb88..be53b55 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Documentation:** [User Guide](http://zeppelin.apache.org/docs/latest/index.html)<br/> **Mailing Lists:** [User and Dev mailing list](http://zeppelin.apache.org/community.html)<br/> -**Continuous Integration:** [](https://travis-ci.org/apache/zeppelin) <br/> +**Continuous Integration:** [](https://travis-ci.org/apache/zeppelin) <br/> **Contributing:** [Contribution Guide](https://zeppelin.apache.org/contribution/contributions.html)<br/> **Issue Tracker:** [Jira](https://issues.apache.org/jira/browse/ZEPPELIN)<br/> **License:** [Apache 2.0](https://github.com/apache/zeppelin/blob/master/LICENSE)
