Repository: incubator-hivemall Updated Branches: refs/heads/master fef902811 -> 8f973c5b2
[HIVEMALL-197] Update Apache incubator logo ## What changes were proposed in this pull request? * Avoid direct link to ASF's file * Update Apache incubator logo ## What type of PR is it? Documentation ## What is the Jira issue? https://issues.apache.org/jira/browse/HIVEMALL-197 Author: Takuya Kitazawa <[email protected]> Closes #147 from takuti/HIVEMALL-197. Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/8f973c5b Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/8f973c5b Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/8f973c5b Branch: refs/heads/master Commit: 8f973c5b2bbb2f4385eeec254c35d5af691dd5e4 Parents: fef9028 Author: Takuya Kitazawa <[email protected]> Authored: Fri Apr 20 16:04:56 2018 +0900 Committer: Makoto Yui <[email protected]> Committed: Fri Apr 20 16:04:56 2018 +0900 ---------------------------------------------------------------------- README.md | 2 +- .../resources/images/apache-incubator-logo.png | Bin 0 -> 17961 bytes src/site/site.xml | 3 +-- 3 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/8f973c5b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3b62b92..8ddceb0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Apache Hivemall: Hive scalable machine learning library [Apache Hivemall](http://hivemall.incubator.apache.org/) is a scalable machine learning library that runs on Apache Hive, Apache Spark, and Apache Pig. Hivemall is designed to be scalable to the number of training instances as well as the number of training features. -[](http://hivemall.incubator.apache.org/) +[<img src="src/site/resources/images/apache-incubator-logo.png" alt="Apache Incubator" width=200>](http://hivemall.incubator.apache.org/) Usage ----- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/8f973c5b/src/site/resources/images/apache-incubator-logo.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/apache-incubator-logo.png b/src/site/resources/images/apache-incubator-logo.png new file mode 100644 index 0000000..759252f Binary files /dev/null and b/src/site/resources/images/apache-incubator-logo.png differ http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/8f973c5b/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index d23ed1f..ac44da9 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -61,8 +61,7 @@ <version position="left" /> <poweredBy> - <logo name="Apache Incubator" href="http://incubator.apache.org/projects/hivemall.html" - img="http://incubator.apache.org/images/egg-logo.png" /> + <logo name="Apache Incubator" href="/images/apache-incubator-logo.png" /> </poweredBy> <body>
