Repository: hbase Updated Branches: refs/heads/branch-2 e1ca4e77c -> 2fbb6c944
HBASE-18258 Take down hbasecon2017 logo from hbase.apache.org and put up hbaseconasia2017 instead Signed-off-by: Chia-Ping Tsai <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2fbb6c94 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2fbb6c94 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2fbb6c94 Branch: refs/heads/branch-2 Commit: 2fbb6c944b56d5ca9a50a34ef791d4ea7884979e Parents: e1ca4e7 Author: Michael Stack <[email protected]> Authored: Wed Jun 21 21:56:49 2017 -0700 Committer: Chia-Ping Tsai <[email protected]> Committed: Tue Dec 19 23:16:58 2017 +0800 ---------------------------------------------------------------------- .../site/resources/images/hbaseconasia2017.png | Bin 0 -> 18543 bytes src/main/site/site.xml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/2fbb6c94/src/main/site/resources/images/hbaseconasia2017.png ---------------------------------------------------------------------- diff --git a/src/main/site/resources/images/hbaseconasia2017.png b/src/main/site/resources/images/hbaseconasia2017.png new file mode 100644 index 0000000..e893be9 Binary files /dev/null and b/src/main/site/resources/images/hbaseconasia2017.png differ http://git-wip-us.apache.org/repos/asf/hbase/blob/2fbb6c94/src/main/site/site.xml ---------------------------------------------------------------------- diff --git a/src/main/site/site.xml b/src/main/site/site.xml index 419cb8a..e038f91 100644 --- a/src/main/site/site.xml +++ b/src/main/site/site.xml @@ -44,8 +44,8 @@ </custom> <bannerLeft> <name>HBaseCon2017</name> - <src>images/hbasecon2017.png</src> - <href>https://easychair.org/cfp/hbasecon2017</href> + <src>images/hbaseconasia2017.png</src> + <href>https://www.eventbrite.com/e/hbasecon-asia-2017-tickets-34935546159</href> <!-- <name/> <height>0</height>
